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

  /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() {
275 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
305 "Cannot create LocationContexts without an AnalysisDeclContextManager!");
567 AnalysisDeclContextManager::~AnalysisDeclContextManager() {
  /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 {
404 class AnalysisDeclContextManager {
420 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
429 ~AnalysisDeclContextManager();

Completed in 203 milliseconds