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

  /external/clang/include/clang/Analysis/
AnalysisContext.h 38 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 {
408 class AnalysisDeclContextManager {
424 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
433 ~AnalysisDeclContextManager();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 33 AnalysisDeclContextManager AnaCtxMgr;
64 AnalysisDeclContextManager& getAnalysisDeclContextManager() {
ExprEngine.h 31 class AnalysisDeclContextManager;
61 AnalysisDeclContextManager &AnalysisDeclContexts;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
66 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
84 void AnalysisDeclContextManager::clear() {
302 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
347 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
609 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 796 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
    [all...]

Completed in 174 milliseconds