Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp316 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument
331 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
340 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
341 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
352 PushOnScopeChains(*PI, FnBodyScope); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp6238 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, in ActOnStartOfFunctionDef() argument
6242 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
6247 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionDef()
6310 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfFunctionDef() argument
6355 if (FnBodyScope) in ActOnStartOfFunctionDef()
6356 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
6368 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
6369 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef()
6371 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
DSemaTemplate.cpp5111 Decl *Sema::ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope, in ActOnStartOfFunctionTemplateDef() argument
5121 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef()
5128 return ActOnStartOfFunctionDef(FnBodyScope, in ActOnStartOfFunctionTemplateDef()
5131 return ActOnStartOfFunctionDef(FnBodyScope, Function); in ActOnStartOfFunctionTemplateDef()
/external/clang/include/clang/Sema/
DSema.h3742 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,