Home
last modified time | relevance | path

Searched refs:FnBodyScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp362 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 DSemaDecl.cpp15432 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument
15437 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
15453 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef()
15641 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument
15772 if (FnBodyScope) in ActOnStartOfFunctionDef()
15773 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
15782 if (FnBodyScope) { in ActOnStartOfFunctionDef()
15798 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15808 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
15809 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef()
[all …]