Searched defs:AnalysisDeclContextManager (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp36 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
51 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
64 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG, function in class:AnalysisDeclContextManager
74 void AnalysisDeclContextManager::clear() {
205 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
228 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
461 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h42 class AnalysisDeclContextManager;
73 AnalysisDeclContextManager *Manager;
98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
101 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
376 class AnalysisDeclContextManager { class in namespace:clang
384 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
389 ~AnalysisDeclContextManager();

Completed in 148 milliseconds