Searched refs:FnBodyScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 362 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument 380 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef() 389 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 390 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 405 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDecl.cpp | 12629 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument 12634 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() 12638 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef() 12850 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument 12936 if (FnBodyScope) in ActOnStartOfFunctionDef() 12937 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 12945 if (FnBodyScope) { in ActOnStartOfFunctionDef() 12961 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef() 12971 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef() 12972 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() [all …]
|