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

  /external/clang/lib/Analysis/
CFG.cpp 75 /// LocalScope - Node in tree of local scopes created for C++ implicit
83 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
94 /// LocalScope can break this assumption),
96 class LocalScope {
103 const LocalScope* Scope;
118 const_iterator(const LocalScope& S, unsigned I)
178 LocalScope(BumpVectorContext &ctx, const_iterator P)
192 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) {
207 /// and LocalScope::const_iterator that specifies position in LocalScope graph
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 52 milliseconds