HomeSort by: relevance | last modified time | path
    Searched defs:AnalysisDeclContextManager (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 35 class AnalysisDeclContextManager;
75 AnalysisDeclContextManager *ADCMgr;
97 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D);
99 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D,
108 AnalysisDeclContextManager *getManager() const { return ADCMgr; }
419 class AnalysisDeclContextManager {
440 AnalysisDeclContextManager(
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr,
62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr,
68 AnalysisDeclContextManager::AnalysisDeclContextManager(
91 void AnalysisDeclContextManager::clear() { Contexts.clear(); }
295 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
309 BodyFarm &AnalysisDeclContextManager::getBodyFarm() { return FunctionBodyFarm; }
343 "Cannot create LocationContexts without an AnalysisDeclContextManager!");

Completed in 92 milliseconds