Searched defs:ParentScope (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp45 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
47 unsigned ParentScope; member in struct:__anon17996::JumpScopeChecker::GotoScope
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);
120 A = Scopes[A].ParentScope;
212 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { argument
229 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument
274 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) local
[all...]
H A DSemaTemplate.cpp6335 Scope *ParentScope = FnBodyScope->getParent(); local
6338 Decl *DP = HandleDeclarator(ParentScope, D,
H A DSemaDecl.cpp9719 Scope *ParentScope = FnBodyScope->getParent(); local
9722 Decl *DP = HandleDeclarator(ParentScope, D, MultiTemplateParamsArg());
/external/clang/lib/Parse/
H A DParser.cpp987 Scope *ParentScope = getCurScope()->getParent(); local
990 Decl *DP = Actions.HandleDeclarator(ParentScope, D,
1011 Scope *ParentScope = getCurScope()->getParent(); local
1014 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h513 LexicalScope *ParentScope; member in class:clang::CodeGen::CodeGenFunction::LexicalScope
521 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
546 CGF.CurLexicalScope = ParentScope;

Completed in 448 milliseconds