Home
last modified time | relevance | path

Searched refs:ParentScope (Results 1 – 5 of 5) 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);
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 …]
DSemaDecl.cpp10667 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
10670 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
/external/clang/lib/Parse/
DParser.cpp1026 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/
DCodeGenFunction.h517 LexicalScope *ParentScope; variable
525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()
553 CGF.CurLexicalScope = ParentScope; in ForceCleanup()
DCGStmt.cpp477 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()
478 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()