Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp305 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument
314 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
323 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
324 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
341 PushOnScopeChains(*PI, FnBodyScope); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp8425 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { in ActOnStartOfFunctionDef() argument
8428 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
8432 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionDef()
8503 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfFunctionDef() argument
8562 if (FnBodyScope) in ActOnStartOfFunctionDef()
8563 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
8575 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
8576 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef()
8578 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
8584 if (FnBodyScope) { in ActOnStartOfFunctionDef()
[all …]
DSemaTemplate.cpp5630 Decl *Sema::ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope, in ActOnStartOfFunctionTemplateDef() argument
5640 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef()
5645 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionTemplateDef()
/external/clang/include/clang/Sema/
DSema.h4916 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,