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

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
   32 class AnalysisDeclContextManager;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
   42 class AnalysisDeclContextManager;

References

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
   72   AnalysisDeclContextManager *Manager;
   94   AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
   97   AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
  108   AnalysisDeclContextManager *getManager() const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
   32   AnalysisDeclContextManager AnaCtxMgr;
   60   AnalysisDeclContextManager& getAnalysisDeclContextManager() {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  121   AnalysisDeclContextManager &AnalysisDeclContexts;
  186   AnalysisDeclContextManager &getAnalysisDeclContextManager() {
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
   55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
   62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  924   AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();