Searched refs:FnBodyScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 362 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument 381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef() 390 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 391 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 406 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDecl.cpp | 13997 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument 14002 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() 14018 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef() 14188 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument 14287 if (FnBodyScope) in ActOnStartOfFunctionDef() 14288 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 14296 if (FnBodyScope) { in ActOnStartOfFunctionDef() 14312 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef() 14322 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef() 14323 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() [all …]
|