Searched refs:FnBodyScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 316 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()
|
D | SemaDecl.cpp | 6238 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()
|
D | SemaTemplate.cpp | 5111 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/ |
D | Sema.h | 3742 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,
|