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;
61 AnalysisDeclContextManager &AnalysisDeclContexts;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 37 class AnalysisDeclContextManager;
68 AnalysisDeclContextManager *Manager;
90 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
102 /// Return the AnalysisDeclContextManager (if any) that created
104 AnalysisDeclContextManager *getManager() const {
395 class AnalysisDeclContextManager {
407 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
415 ~AnalysisDeclContextManager();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
66 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
83 void AnalysisDeclContextManager::clear() {
268 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
298 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
560 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
    [all...]

Completed in 228 milliseconds