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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp41 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
43 unsigned ParentScope; member in struct:__anon16246::JumpScopeChecker::GotoScope
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);
114 A = Scopes[A].ParentScope;
235 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { argument
252 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument
297 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) local
[all...]
H A DSemaTemplate.cpp6091 Scope *ParentScope = FnBodyScope->getParent(); local
6094 Decl *DP = HandleDeclarator(ParentScope, D,
H A DSemaDecl.cpp9133 Scope *ParentScope = FnBodyScope->getParent(); local
9136 Decl *DP = HandleDeclarator(ParentScope, D, MultiTemplateParamsArg());
/external/clang/lib/Parse/
H A DParser.cpp1003 Scope *ParentScope = getCurScope()->getParent(); local
1006 Decl *DP = Actions.HandleDeclarator(ParentScope, D,
1036 Scope *ParentScope = getCurScope()->getParent(); local
1039 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h506 LexicalScope *ParentScope; member in class:clang::CodeGen::CodeGenFunction::LexicalScope
514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
539 CGF.CurLexicalScope = ParentScope;

Completed in 171 milliseconds