Searched refs:FnBodyScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp301 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { argument
310 PushDeclContext(FnBodyScope, MDecl);
319 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
320 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope);
335 PushOnScopeChains(Param, FnBodyScope);
H A DSemaDecl.cpp10662 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, argument
10667 Scope *ParentScope = FnBodyScope->getParent();
10671 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody);
10822 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, argument
10882 if (FnBodyScope)
10883 PushDeclContext(FnBodyScope, FD);
10894 if (Param->getIdentifier() && FnBodyScope) {
10895 CheckShadow(FnBodyScope, Param);
10897 PushOnScopeChains(Param, FnBodyScope);
10903 if (FnBodyScope) {
[all...]

Completed in 144 milliseconds