Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp14506 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument
14511 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
14527 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef()
14702 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument
14802 if (FnBodyScope) in ActOnStartOfFunctionDef()
14803 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
14812 if (FnBodyScope) { in ActOnStartOfFunctionDef()
14828 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
14838 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
14839 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef()
[all …]