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
81 void AnalysisDeclContextManager::clear() {
258 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
288 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
557 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h42 class AnalysisDeclContextManager;
73 AnalysisDeclContextManager *Manager;
95 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
107 /// Return the AnalysisDeclContextManager (if any) that created
109 AnalysisDeclContextManager *getManager() const {
400 class AnalysisDeclContextManager { class in namespace:clang
412 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
419 ~AnalysisDeclContextManager();

Completed in 73 milliseconds