Searched refs:FnBodyScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 306 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument 315 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef() 324 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 325 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef() 342 PushOnScopeChains(*PI, FnBodyScope); in ActOnStartOfObjCMethodDef()
|
D | SemaDecl.cpp | 9130 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { in ActOnStartOfFunctionDef() argument 9133 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() 9137 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionDef() 9208 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfFunctionDef() argument 9270 if (FnBodyScope) in ActOnStartOfFunctionDef() 9271 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 9283 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef() 9284 CheckShadow(FnBodyScope, Param); in ActOnStartOfFunctionDef() 9286 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef() 9292 if (FnBodyScope) { in ActOnStartOfFunctionDef() [all …]
|
D | SemaTemplate.cpp | 6081 Decl *Sema::ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope, in ActOnStartOfFunctionTemplateDef() argument 6091 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() 6096 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionTemplateDef()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5095 Decl *ActOnStartOfFunctionTemplateDef(Scope *FnBodyScope,
|