HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContextManager (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Analysis/
AnalysisContext.h 41 class AnalysisDeclContextManager;
72 AnalysisDeclContextManager *Manager;
100 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
104 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
372 class AnalysisDeclContextManager {
380 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
384 ~AnalysisDeclContextManager();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 30 AnalysisDeclContextManager AnaCtxMgr;
115 AnalysisDeclContextManager& getAnalysisDeclContextManager() {
ExprEngine.h 30 class AnalysisDeclContextManager;
50 AnalysisDeclContextManager &AnalysisDeclContexts;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 35 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
52 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
67 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
75 void AnalysisDeclContextManager::clear() {
198 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D,
214 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
442 AnalysisDeclContextManager::~AnalysisDeclContextManager() {

Completed in 100 milliseconds