reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  251   const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); }
  253   CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  257     return getAnalysisDeclContext()->getAnalysis<T>();
  261     return getAnalysisDeclContext()->getParentMap();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  123     return Pred->getLocationContext()->getAnalysisDeclContext();
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  364   Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block,
  369   Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
  373   Profile(ID, getAnalysisDeclContext(), getParent(), BD, ContextData);
  479   ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();
  484       getAnalysisDeclContext()->getASTContext().getSourceManager();
  522   ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();
  527       getAnalysisDeclContext()->getASTContext().getSourceManager();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  474       ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext();
  535     const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext();
  869         CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized());
tools/clang/lib/Analysis/ProgramPoint.cpp
   52       getLocationContext()->getAnalysisDeclContext()->getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  543       C.getLocationContext()->getAnalysisDeclContext();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  345                 ->getAnalysisDeclContext()
 1381   if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  391   return SFC->getAnalysisDeclContext()->isBodyAutosynthesized();
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   69       D = LC->getAnalysisDeclContext()->getDecl();
   73       C = LC->getAnalysisDeclContext()->getUnoptimizedCFG();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2855           E->getLocationContext()->getAnalysisDeclContext();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1673       CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  184       LCtx->getAnalysisDeclContext()->getManager()->getContext(D);
  209   CFGStmtMap *Map = LCtx->getAnalysisDeclContext()->getCFGStmtMap();
  553     getLocationContext()->getAnalysisDeclContext()->
 1351     const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl();
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  302         ->getAnalysisDeclContext()
  311   assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized());
  314   while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) {
  327   if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  559       LCtx->getAnalysisDeclContext()->getASTContext().getPrintingPolicy();
  685   ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  561   const AnalysisDeclContext *ADC = LCtx->getAnalysisDeclContext();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  180              LCtx->getAnalysisDeclContext()->getBody(),
  294                calleeCtx->getAnalysisDeclContext()->getBody(),
  722     const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
  761     const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  186         N->getLocationContext()->getAnalysisDeclContext()->getASTContext();
tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
   57   ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext();
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  918                                STC->getAnalysisDeclContext());
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  148     T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
  264     MemMgr.getBlockCodeRegion(block, locTy, locContext->getAnalysisDeclContext());