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

/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
66 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG, function in class:AnalysisDeclContextManager
84 void AnalysisDeclContextManager::clear() {
292 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
322 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
584 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h38 class AnalysisDeclContextManager;
69 AnalysisDeclContextManager *Manager;
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
103 /// Return the AnalysisDeclContextManager (if any) that created
105 AnalysisDeclContextManager *getManager() const {
404 class AnalysisDeclContextManager { class in namespace:clang
420 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
429 ~AnalysisDeclContextManager();

Completed in 87 milliseconds