Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp361 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()
HDSemaDecl.cpp13414 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument
13419 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
13423 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef()
13635 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument
13721 if (FnBodyScope) in ActOnStartOfFunctionDef()
13722 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
13730 if (FnBodyScope) { in ActOnStartOfFunctionDef()
13740 PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
13746 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
13756 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
[all …]