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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 41 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
43 unsigned ParentScope;
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag,
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
70 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
72 unsigned &ParentScope);
110 assert(Scopes[B].ParentScope < B);
111 B = Scopes[B].ParentScope;
113 assert(Scopes[A].ParentScope < A)
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]

Completed in 36 milliseconds