HomeSort by relevance Sort by last modified time
    Searched defs:ParentScope (Results 1 - 5 of 5) 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...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 506 LexicalScope *ParentScope;
514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
539 CGF.CurLexicalScope = ParentScope;
    [all...]

Completed in 757 milliseconds