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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 196 LexicalScope *AScope = AbstractScopeMap.lookup(N);
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/
AnalysisManager.cpp 35 AScope(ScopeDecl), MaxNodes(maxnodes), MaxVisit(maxvisit),
54 AScope(ScopeDecl),
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 54 enum AnalysisScope { ScopeTU, ScopeDecl } AScope;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 62 milliseconds