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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  284     WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  113     CastToStructVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
 1002     WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter);
tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
   84     WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  104       Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl()));
  164       Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl());
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  523     AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
   37     if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) {
   63     if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) {
   89     if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) {
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  141     AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  211   AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  506     FindIdenticalExprVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  563                            Mgr.getAnalysisDeclContext(MethodD));
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1077     AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
 1231     MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  278   c.Visit(mgr.getAnalysisDeclContext(D)->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  178     AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  339   Callback CB(this, BR, AM.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
   66   AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  111   AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  165     WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  198                                             Mgr.getAnalysisDeclContext(D));
tools/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
   38   auto *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
   38   auto *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
   89   AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  406       AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
  442     AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
  452   AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  777   if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized())
  817   if (!Mgr->getAnalysisDeclContext(D)->getAnalysis<RelaxedLiveVariables>())