Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp24 PushOnScopeChains(Result, BufferScope); in ActOnStartHLSLBuffer()
H A DSema.cpp264 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
291 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
295 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
305 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
311 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
316 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
321 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
327 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
333 PushOnScopeChains( in Initialize()
458 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
[all …]
H A DSemaDeclObjC.cpp391 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
406 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfObjCMethodDef()
1080 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassInterface()
1188 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1253 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1270 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1803 PushOnScopeChains(PDecl, TUScope); in ActOnForwardProtocolDeclaration()
2066 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassImplementation()
2096 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
3149 PushOnScopeChains(IDecl, TUScope); in ActOnForwardClassDeclaration()
[all …]
H A DSemaLambda.cpp1156 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()
1264 PushOnScopeChains(Var, CurScope, false); in ActOnLambdaExpressionAfterIntroducer()
1313 PushOnScopeChains(Param, LambdaScope, false); in ActOnLambdaClosureParameters()
1409 PushOnScopeChains(Var, CurScope, false); in ActOnStartOfLambdaDefinition()
1430 PushOnScopeChains(P, CurScope); in ActOnStartOfLambdaDefinition()
H A DSemaDeclCXX.cpp941 PushOnScopeChains(BD, S, true); in ActOnDecompositionDeclarator()
11724 PushOnScopeChains(Namespc, DeclRegionScope); in ActOnStartNamespaceDef()
12648 PushOnScopeChains(Shadow, S); in BuildUsingShadowDecl()
13648 PushOnScopeChains(NewND, S); in ActOnAliasDeclaration()
13726 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
14016 PushOnScopeChains(DefaultCon, S, false); in DeclareImplicitDefaultConstructor()
14303 PushOnScopeChains(Destructor, S, false); in DeclareImplicitDestructor()
14949 PushOnScopeChains(CopyAssignment, S, false); in DeclareImplicitCopyAssignment()
15299 PushOnScopeChains(MoveAssignment, S, false); in DeclareImplicitMoveAssignment()
17066 PushOnScopeChains(ExDecl, S); in ActOnExceptionDeclarator()
[all …]
H A DSemaDecl.cpp1562 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() function in Sema
2525 PushOnScopeChains(New, TUScope); in LazilyCreateBuiltin()
5538 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
6563 PushOnScopeChains(New, S); in HandleDeclarator()
15798 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false); in ActOnStartOfFunctionDef()
15811 PushOnScopeChains(Param, FnBodyScope); in ActOnStartOfFunctionDef()
16483 PushOnScopeChains(ExternCPrev, BlockScope, /*AddToContext*/false); in ImplicitlyDefineFunction()
18133 PushOnScopeChains(New, S, true); in ActOnTag()
18239 PushOnScopeChains(InjectedClassName, S); in ActOnStartCXXMemberDeclarations()
18525 PushOnScopeChains(NewFD, S); in HandleField()
[all …]
H A DSemaLookup.cpp4441 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
4456 PushOnScopeChains(Res, S, true); in LookupOrCreateLabel()
H A DSemaTemplate.cpp2189 PushOnScopeChains(NewTemplate, Outer); in CheckClassTemplate()
2203 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
9274 PushOnScopeChains(NewDecl, S); in ActOnConceptDefinition()
H A DSemaOpenMP.cpp22612 PushOnScopeChains(OmpInParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
22613 PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
22672 PushOnScopeChains(OmpPrivParm, S); in ActOnOpenMPDeclareReductionInitializerStart()
22673 PushOnScopeChains(OmpOrigParm, S); in ActOnOpenMPDeclareReductionInitializerStart()
22712 PushOnScopeChains(cast<OMPDeclareReductionDecl>(D), S, in ActOnOpenMPDeclareReductionDirectiveEnd()
22823 PushOnScopeChains(DMD, S); in ActOnOpenMPDeclareMapperDirective()
22849 PushOnScopeChains(VD, S, /*AddToContext=*/false); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
H A DSemaExprCXX.cpp9190 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
H A DSemaExpr.cpp5667 PushOnScopeChains(VD, S); in ActOnOMPIteratorExpr()
17079 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
H A DSemaDeclAttr.cpp10057 PushOnScopeChains(NewD, S); in DeclApplyPragmaWeak()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3634 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);