clang
8.0.0
|
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Timer.h"
#include <deque>
#include <memory>
#include <set>
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::ast_matchers | |
clang::ast_matchers::internal | |
BoundNodesTreeBuilder BoundNodes |
Definition at line 62 of file ASTMatchFinder.cpp.
DynTypedMatcher::MatcherIDType MatcherID |
Definition at line 60 of file ASTMatchFinder.cpp.
ast_type_traits::DynTypedNode Node |
Definition at line 61 of file ASTMatchFinder.cpp.
Referenced by clang::ast_matchers::AST_MATCHER(), clang::ast_matchers::AST_MATCHER_P(), clang::ast_matchers::AST_MATCHER_P_OVERLOAD(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD(), clang::AttachDependencyGraphGen(), OMPIsDevicePtrClause::CreateEmpty(), clang::CodeGen::CodeGenFunction::EmitCfiSlowPathCheck(), clang::CodeGen::CodeGenFunction::EmitCheck(), clang::CodeGen::CodeGenFunction::EmitLoadOfScalar(), clang::CodeGen::CodeGenFunction::EmitStoreOfScalar(), clang::ento::CoreEngine::enqueueStmtNode(), clang::ento::CoreEngine::ExecuteWorkList(), clang::ento::CoreEngine::ExecuteWorkListWithInitialState(), clang::DeltaTree::getDeltaAt(), clang::ast_type_traits::DynTypedNode::DenseMapInfo::getEmptyKey(), clang::ento::ExprEngine::getGraph(), llvm::DOTGraphTraits< const CallGraph * >::getNodeLabel(), clang::CallGraph::getOrInsertNode(), clang::ASTContext::getParents(), clang::ast_type_traits::DynTypedNode::DenseMapInfo::getTombstoneKey(), hasAnyDirectChildrenWithKind(), clang::CallGraph::includeInGraph(), clang::ast_type_traits::DynTypedNode::DenseMapInfo::isEqual(), llvm::DenseMapInfo< EditEntry >::isEqual(), clang::ast_matchers::MatchFinder::match(), nodeToCommandLine(), clang::format::printDebugInfo(), clang::ento::ExprEngine::processCallEnter(), clang::tooling::ReplaceIfStmtWithItsBody::run(), clang::CodeGen::CodeGenFunction::SetFPAccuracy(), shouldReportOccurrenceForSystemDeclOnlyMode(), clang::ento::ExprEngine::VisitArraySubscriptExpr(), and clang::ento::ExprEngine::VisitCXXBindTemporaryExpr().
BoundNodesTreeBuilder Nodes |
Definition at line 73 of file ASTMatchFinder.cpp.
bool ResultOfMatch |
Definition at line 72 of file ASTMatchFinder.cpp.