Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp43 unsigned ParentScope; member
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()
70 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
72 unsigned &ParentScope);
108 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope()
109 B = Scopes[B].ParentScope; in GetDeepestCommonScope()
111 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope()
112 A = Scopes[A].ParentScope; in GetDeepestCommonScope()
219 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument
223 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation()
[all …]
DSemaTemplate.cpp5121 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
5123 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionTemplateDef()
DSemaDecl.cpp6242 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
6244 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionDef()
/external/clang/lib/Parse/
DParser.cpp878 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
880 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()