Searched refs:ParentScope (Results 1 – 6 of 6) 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); 116 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 117 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 119 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 120 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 212 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument 216 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() [all …]
|
D | SemaTemplate.cpp | 6335 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local 6338 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionTemplateDef()
|
D | SemaDecl.cpp | 9719 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local 9722 Decl *DP = HandleDeclarator(ParentScope, D, MultiTemplateParamsArg()); in ActOnStartOfFunctionDef()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 987 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local 990 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1011 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local 1014 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 513 LexicalScope *ParentScope; variable 521 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope() 546 CGF.CurLexicalScope = ParentScope; in ForceCleanup()
|
D | CGStmt.cpp | 411 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels() 412 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
|