Searched refs:FnBodyScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 305 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()
|
D | SemaDecl.cpp | 8425 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 …]
|
D | SemaTemplate.cpp | 5630 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/ |
D | Sema.h | 4916 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,
|