Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp362 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() argument
381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
390 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
391 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
406 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp14896 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() argument
14901 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef()
14917 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef()
15100 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() argument
15214 if (FnBodyScope) in ActOnStartOfFunctionDef()
15215 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
15224 if (FnBodyScope) { in ActOnStartOfFunctionDef()
15234 PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15240 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15250 if (Param->getIdentifier() && FnBodyScope) { in ActOnStartOfFunctionDef()
[all …]