Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp136 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
161 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
165 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
175 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
181 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
186 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
191 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
198 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class), in Initialize()
254 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
259 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
DSemaDeclObjC.cpp319 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
320 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
335 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
721 PushOnScopeChains(typeParam, S, /*AddToContext=*/false); in actOnObjCTypeParamList()
996 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassInterface()
1091 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1166 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1688 PushOnScopeChains(PDecl, TUScope); in ActOnForwardProtocolDeclaration()
1939 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassImplementation()
1964 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
[all …]
DSemaLambda.cpp484 PushOnScopeChains(Param, CurScope); in addLambdaParameters()
1001 PushOnScopeChains(Var, CurScope, false); in ActOnStartOfLambdaDefinition()
DSemaDeclCXX.cpp7259 PushOnScopeChains(Namespc, DeclRegionScope); in ActOnStartNamespaceDef()
7703 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingDeclaration()
7881 PushOnScopeChains(Shadow, S); in BuildUsingShadowDecl()
8644 PushOnScopeChains(NewND, S); in ActOnAliasDeclaration()
8722 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
8934 PushOnScopeChains(DefaultCon, S, false); in DeclareImplicitDefaultConstructor()
9403 PushOnScopeChains(Destructor, S, false); in DeclareImplicitDestructor()
10091 PushOnScopeChains(CopyAssignment, S, false); in DeclareImplicitCopyAssignment()
10484 PushOnScopeChains(MoveAssignment, S, false); in DeclareImplicitMoveAssignment()
10916 PushOnScopeChains(CopyConstructor, S, false); in DeclareImplicitCopyConstructor()
[all …]
DSemaDecl.cpp1204 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() function in Sema
1794 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin()
4047 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
5008 PushOnScopeChains(New, S, AddToContext); in HandleDeclarator()
10897 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
10927 PushOnScopeChains(D, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
10933 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
12633 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()
12636 PushOnScopeChains(New, S, !IsForwardReference); in ActOnTag()
12720 PushOnScopeChains(InjectedClassName, S); in ActOnStartCXXMemberDeclarations()
[all …]
DSemaLookup.cpp3644 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
3659 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
DSemaTemplate.cpp1150 PushOnScopeChains(NewTemplate, Outer); in CheckClassTemplate()
1164 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclAttr.cpp5629 PushOnScopeChains(NewD, S); in DeclApplyPragmaWeak()
DSemaExpr.cpp11538 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
/external/clang/include/clang/Sema/
DSema.h2057 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);