Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp307 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument
316 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
325 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
326 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
343 PushOnScopeChains(*PI, FnBodyScope); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp7528 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { in ActOnStartOfFunctionDef() argument
7531 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
7535 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionDef()
7603 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfFunctionDef() argument
7648 if (FnBodyScope) in ActOnStartOfFunctionDef()
7649 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
7661 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
7662 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef()
7664 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
7670 if (FnBodyScope) { in ActOnStartOfFunctionDef()
[all …]
DSemaTemplate.cpp5620 Decl *Sema::ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope, in ActOnStartOfFunctionTemplateDef() argument
5630 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef()
5637 return ActOnStartOfFunctionDef(FnBodyScope, in ActOnStartOfFunctionTemplateDef()
5640 return ActOnStartOfFunctionDef(FnBodyScope, Function); in ActOnStartOfFunctionTemplateDef()
/external/clang/include/clang/Sema/
DSema.h4708 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,