Lines Matching defs:FnBodyScope
15198 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D,
15203 Scope *ParentScope = FnBodyScope->getParent();
15219 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind);
15411 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D,
15551 if (FnBodyScope)
15552 PushDeclContext(FnBodyScope, FD);
15561 if (FnBodyScope) {
15571 PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false);
15577 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false);
15587 if (Param->getIdentifier() && FnBodyScope) {
15588 CheckShadow(FnBodyScope, Param);
15590 PushOnScopeChains(Param, FnBodyScope);