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
83 void AnalysisDeclContextManager::clear() {
268 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
298 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
560 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h37 class AnalysisDeclContextManager;
68 AnalysisDeclContextManager *Manager;
90 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
102 /// Return the AnalysisDeclContextManager (if any) that created
104 AnalysisDeclContextManager *getManager() const {
395 class AnalysisDeclContextManager { class in namespace:clang
407 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
415 ~AnalysisDeclContextManager();

Completed in 129 milliseconds