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 {
400 class AnalysisDeclContextManager {
412 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
419 ~AnalysisDeclContextManager();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
66 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG,
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/
ExprEngineCallAndReturn.cpp 807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
    [all...]

Completed in 526 milliseconds