Searched refs:ParentScope (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 47 unsigned ParentScope; member 62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope() 74 void BuildScopeInformation(Decl *D, unsigned &ParentScope); 76 unsigned &ParentScope); 117 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 118 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 120 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 121 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument 220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() [all …]
|
D | SemaDecl.cpp | 10667 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local 10670 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1026 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local 1029 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1050 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local 1053 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 517 LexicalScope *ParentScope; variable 525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope() 553 CGF.CurLexicalScope = ParentScope; in ForceCleanup()
|
D | CGStmt.cpp | 477 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels() 478 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
|