HomeSort by relevance Sort by last modified time
    Searched defs:AnalysisDeclContextManager (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 35 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
52 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
67 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
75 void AnalysisDeclContextManager::clear() {
198 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D,
214 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
442 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 41 class AnalysisDeclContextManager;
72 AnalysisDeclContextManager *Manager;
100 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
104 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
372 class AnalysisDeclContextManager {
380 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
384 ~AnalysisDeclContextManager();

Completed in 28 milliseconds