Searched refs:AnalysisDeclContextManager (Results 1 - 5 of 5) sorted by relevance

/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();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h31 AnalysisDeclContextManager AnaCtxMgr;
61 AnalysisDeclContextManager& getAnalysisDeclContextManager() {
H A DExprEngine.h31 class AnalysisDeclContextManager;
62 AnalysisDeclContextManager &AnalysisDeclContexts;
/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/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();

Completed in 103 milliseconds