Searched refs:ParentScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 43 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 …]
|
D | SemaTemplate.cpp | 5121 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local 5123 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionTemplateDef()
|
D | SemaDecl.cpp | 6242 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local 6244 Decl *DP = HandleDeclarator(ParentScope, D, in ActOnStartOfFunctionDef()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 878 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local 880 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|