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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 31 AnalysisDeclContextManager AnaCtxMgr;
61 AnalysisDeclContextManager& getAnalysisDeclContextManager() {
ExprEngine.h 31 class AnalysisDeclContextManager;
62 AnalysisDeclContextManager &AnalysisDeclContexts;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 42 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 {
397 class AnalysisDeclContextManager {
409 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
415 ~AnalysisDeclContextManager();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 37 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
52 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
65 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
78 void AnalysisDeclContextManager::clear() {
232 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
262 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
502 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 677 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
    [all...]

Completed in 104 milliseconds