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 45 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
47 unsigned ParentScope;
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag,
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
74 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 unsigned &ParentScope);
116 assert(Scopes[B].ParentScope < B);
117 B = Scopes[B].ParentScope;
119 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 513 LexicalScope *ParentScope;
521 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
546 CGF.CurLexicalScope = ParentScope;
    [all...]

Completed in 57 milliseconds