Home
last modified time | relevance | path

Searched refs:PushOnScopeChains (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp149 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
153 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
163 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
169 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
174 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
179 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
184 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
DSemaDeclObjC.cpp325 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
326 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
343 PushOnScopeChains(*PI, FnBodyScope); in ActOnStartOfObjCMethodDef()
462 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassInterface()
601 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
676 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
783 PushOnScopeChains(PDecl, TUScope); in ActOnForwardProtocolDeclaration()
1014 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassImplementation()
1038 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
1901 PushOnScopeChains(IDecl, TUScope); in ActOnForwardClassDeclaration()
[all …]
DSemaDeclCXX.cpp5451 PushOnScopeChains(Namespc, DeclRegionScope); in ActOnStartNamespaceDef()
5897 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingDeclaration()
6074 PushOnScopeChains(Shadow, S); in BuildUsingShadowDecl()
6655 PushOnScopeChains(NewND, S); in ActOnAliasDeclaration()
6713 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
6863 PushOnScopeChains(DefaultCon, S, false); in DeclareImplicitDefaultConstructor()
7171 PushOnScopeChains(Destructor, S, false); in DeclareImplicitDestructor()
7642 PushOnScopeChains(CopyAssignment, S, false); in DeclareImplicitCopyAssignment()
8191 PushOnScopeChains(MoveAssignment, S, false); in DeclareImplicitMoveAssignment()
8687 PushOnScopeChains(CopyConstructor, S, false); in DeclareImplicitCopyConstructor()
[all …]
DSemaDecl.cpp1030 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() function in Sema
1537 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin()
2893 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
3774 PushOnScopeChains(New, S); in HandleDeclarator()
7664 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
7693 PushOnScopeChains(D, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
7700 PushOnScopeChains(*EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
9018 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()
9021 PushOnScopeChains(New, S, !IsForwardReference); in ActOnTag()
9107 PushOnScopeChains(InjectedClassName, S); in ActOnStartCXXMemberDeclarations()
[all …]
DSemaLambda.cpp222 PushOnScopeChains(Param, CurScope); in addLambdaParameters()
DSemaLookup.cpp3114 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
3129 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
DSemaTemplate.cpp1113 PushOnScopeChains(NewTemplate, S); in CheckClassTemplate()
1128 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclAttr.cpp4665 PushOnScopeChains(NewD, S); in DeclApplyPragmaWeak()
DSemaExpr.cpp9372 PushOnScopeChains(*AI, CurBlock->TheScope); in ActOnBlockArguments()
/external/clang/include/clang/Sema/
DSema.h1560 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);