Searched refs: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:__anon1298::JumpScopeChecker::GotoScope
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
74 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 unsigned &ParentScope);
117 assert(Scopes[B].ParentScope < B);
118 B = Scopes[B].ParentScope;
120 assert(Scopes[A].ParentScope < A);
121 A = Scopes[A].ParentScope;
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { argument
233 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument
278 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) local
[all...]
H A DSemaDecl.cpp10667 Scope *ParentScope = FnBodyScope->getParent(); local
10670 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists);
/external/clang/lib/Parse/
H A DParser.cpp1026 Scope *ParentScope = getCurScope()->getParent(); local
1029 Decl *DP = Actions.HandleDeclarator(ParentScope, D,
1050 Scope *ParentScope = getCurScope()->getParent(); local
1053 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,
/external/clang/lib/CodeGen/
H A DCGStmt.cpp477 if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
478 ParentScope->Labels.append(Labels.begin(), Labels.end());
H A DCodeGenFunction.h517 LexicalScope *ParentScope; member in class:clang::CodeGen::CodeGenFunction::LexicalScope
525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
553 CGF.CurLexicalScope = ParentScope;

Completed in 452 milliseconds