Searched refs:AScope (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp196 LexicalScope *AScope = AbstractScopeMap.lookup(N); local
197 if (AScope)
198 return AScope;
206 AScope = new LexicalScope(Parent, DIDescriptor(N), NULL, true);
207 AbstractScopeMap[N] = AScope;
209 AbstractScopesList.push_back(AScope);
210 return AScope;
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp39 AScope(ScopeDecl), MaxNodes(maxnodes), MaxVisit(maxvisit),
62 AScope(ScopeDecl),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h44 enum AnalysisScope { ScopeTU, ScopeDecl } AScope; member in class:clang::ento::AnalysisManager
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1415 LexicalScope *AScope = AList[i]; local
1416 DISubprogram SP(AScope->getScopeNode());
1428 if (ProcessedSPNodes.count(AScope->getScopeNode()) == 0)
1429 constructScopeDIE(TheCU, AScope);

Completed in 817 milliseconds