Searched refs:FnBodyScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 368 void SemaObjC::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument 389 SemaRef.PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef() 398 SemaRef.PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 399 SemaRef.PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 413 SemaRef.PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDecl.cpp | 15634 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument 15639 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() 15655 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef() 15862 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument 15987 if (FnBodyScope) in ActOnStartOfFunctionDef() 15988 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 15997 if (FnBodyScope) { in ActOnStartOfFunctionDef() 16007 PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef() 16013 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef() 16023 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef() [all …]
|