Home
last modified time | relevance | path

Searched defs:ParentMap (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Analysis/
DCFGStmtMap.h24 class ParentMap; variable
DAnalysisContext.h36 class ParentMap; variable
/external/clang/lib/AST/
DParentMap.cpp42 ParentMap::ParentMap(Stmt* S) : Impl(0) { in ParentMap() function in ParentMap
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h34 class ParentMap; variable
DPathDiagnostic.h36 class ParentMap; variable
/external/llvm/lib/CodeGen/
DMachineLICM.cpp667 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) { in ExitScopeIfDone()
693 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> ParentMap; in HoistOutOfLoop() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp43 typedef llvm::DenseMap<const void*, ast_type_traits::DynTypedNode> ParentMap; typedef in clang::ast_matchers::internal::__anond2c632dd0111::ParentMapASTVisitor