Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp309 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
336 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
340 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
350 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
356 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
361 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
366 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
372 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
378 PushOnScopeChains( in Initialize()
513 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
[all …]
H A DSemaDeclObjC.cpp399 SemaRef.PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
400 SemaRef.PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
414 SemaRef.PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
796 SemaRef.PushOnScopeChains(typeParam, S, /*AddToContext=*/false); in actOnObjCTypeParamList()
1077 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnStartClassInterface()
1186 SemaRef.PushOnScopeChains(AliasDecl, SemaRef.TUScope); in ActOnCompatibilityAlias()
1250 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnStartProtocolInterface()
1267 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnStartProtocolInterface()
1799 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnForwardProtocolDeclaration()
2067 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnStartClassImplementation()
[all …]
H A DSemaLambda.cpp1209 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()
1369 PushOnScopeChains(Param, LambdaScope, false); in ActOnLambdaClosureParameters()
1467 PushOnScopeChains(Var, CurScope, false); in ActOnStartOfLambdaDefinition()
1488 PushOnScopeChains(P, CurScope); in ActOnStartOfLambdaDefinition()
H A DSemaDeclCXX.cpp929 PushOnScopeChains(BD, S, true); in ActOnDecompositionDeclarator()
4043 PushOnScopeChains(ParamDecl, S, /*AddToContext=*/false); in ActOnStartTrailingRequiresClause()
11638 PushOnScopeChains(Namespc, DeclRegionScope); in ActOnStartNamespaceDef()
12273 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingDeclaration()
12317 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingEnumDeclaration()
12561 PushOnScopeChains(Shadow, S); in BuildUsingShadowDecl()
13515 PushOnScopeChains(NewND, S); in ActOnAliasDeclaration()
13593 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
13885 PushOnScopeChains(DefaultCon, S, false); in DeclareImplicitDefaultConstructor()
14177 PushOnScopeChains(Destructo in DeclareImplicitDestructor()
[all...]
H A DSemaHLSL.cpp41 SemaRef.PushOnScopeChains(Result, BufferScope); in ActOnStartBuffer()
H A DSemaDecl.cpp1495 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() function in Sema
2385 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin()
5379 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
6415 PushOnScopeChains(New, S); in HandleDeclarator()
15571 PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15577 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15590 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
16277 PushOnScopeChains(ExternCPrev, BlockScope, /*AddToContext*/false); in ImplicitlyDefineFunction()
17939 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()
17942 PushOnScopeChains(New, S, true); in ActOnTag()
[all …]
H A DSemaLookup.cpp4371 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
4387 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
H A DSemaTemplate.cpp2136 PushOnScopeChains(NewTemplate, Outer); in CheckClassTemplate()
2150 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
8508 PushOnScopeChains(NewDecl, S); in ActOnConceptDefinition()
H A DSemaOpenMP.cpp21436 SemaRef.PushOnScopeChains(OmpInParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
21437 SemaRef.PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
21498 SemaRef.PushOnScopeChains(OmpPrivParm, S); in ActOnOpenMPDeclareReductionInitializerStart()
21499 SemaRef.PushOnScopeChains(OmpOrigParm, S); in ActOnOpenMPDeclareReductionInitializerStart()
21538 SemaRef.PushOnScopeChains(cast<OMPDeclareReductionDecl>(D), S, in ActOnOpenMPDeclareReductionDirectiveEnd()
21652 SemaRef.PushOnScopeChains(DMD, S); in ActOnOpenMPDeclareMapperDirective()
21677 SemaRef.PushOnScopeChains(VD, S, /*AddToContext=*/false); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
23576 SemaRef.PushOnScopeChains(VD, S); in ActOnOMPIteratorExpr()
H A DSemaDeclAttr.cpp7293 PushOnScopeChains(NewD, S); in DeclApplyPragmaWeak()
H A DSemaExprCXX.cpp9409 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
H A DSemaExpr.cpp16072 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4017 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);