Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp25 PushDeclContext(BufferScope, Result); in ActOnStartHLSLBuffer()
H A DSemaModule.cpp760 PushDeclContext(S, D); in ActOnStartExportDecl()
H A DSemaLambda.cpp1057 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer()
1307 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
H A DSemaStmt.cpp4785 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4845 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
H A DSema.cpp129 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
H A DSemaDeclObjC.cpp381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
H A DSemaDeclCXX.cpp10737 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
11772 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
16843 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
H A DSemaDecl.cpp1369 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
15773 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
18178 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
H A DSemaExprCXX.cpp9175 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
H A DSemaOpenMP.cpp22587 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
22647 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaExpr.cpp16956 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1751 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3597 void PushDeclContext(Scope *S, DeclContext *DC);