Home
last modified time | relevance | path

Searched refs:ParentScope (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp47 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 …]
DSemaTemplate.cpp6335 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
6338 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionTemplateDef()
DSemaDecl.cpp9719 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
9722 Decl *DP = HandleDeclarator(ParentScope, D, MultiTemplateParamsArg()); in ActOnStartOfFunctionDef()
/external/clang/lib/Parse/
DParser.cpp987 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/
DCodeGenFunction.h513 LexicalScope *ParentScope; variable
521 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()
546 CGF.CurLexicalScope = ParentScope; in ForceCleanup()
DCGStmt.cpp411 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()
412 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()