Searched refs:ParentMap (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp17 #include "clang/AST/ParentMap.h"
137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
H A DCallEvent.cpp25 #include "clang/AST/ParentMap.h"
1035 const ParentMap &PM = getLocationContext()->getParentMap();
H A DExprEngine.cpp25 #include "clang/AST/ParentMap.h"
685 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp17 #include "clang/AST/ParentMap.h"
237 const ParentMap *PMap) {
316 ParentMap &PMap;
319 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
361 std::unique_ptr<ParentMap> PMap;
370 PMap.reset(new ParentMap(S));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp18 #include "clang/AST/ParentMap.h"
101 ParentMap PM(const_cast<Expr *>(RE));
102 // If 'S' is in the ParentMap, it is a subexpression of
H A DPathDiagnostic.cpp22 #include "clang/AST/ParentMap.h"
494 ParentMap &PM = ADC->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp21 #include "clang/AST/ParentMap.h"
1328 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM,
1356 const ParentMap &PM) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp53 #include "clang/AST/ParentMap.h"
1407 const ParentMap &PM = C.getLocationContext()->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp17 #include "clang/AST/ParentMap.h"
73 ParentMap *PropParentMap; // created lazily.
H A DRewriteObjC.cpp17 #include "clang/AST/ParentMap.h"
72 ParentMap *PropParentMap; // created lazily.

Completed in 191 milliseconds

12