Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp852 PushDeclContext(S, D); in ActOnStartExportDecl()
HDSemaLambda.cpp1110 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer()
1363 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
HDSemaHLSL.cpp42 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()
HDSemaStmt.cpp4488 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4548 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
HDSema.cpp153 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
HDSemaDecl.cpp1306 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
15552 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
17989 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
20092 PushDeclContext(S, New); in ActOnStartTopLevelStmtDecl()
HDSemaDeclCXX.cpp10671 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
11686 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
16709 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
HDSemaDeclObjC.cpp390 SemaRef.PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
HDSemaExprCXX.cpp9394 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
HDSemaOpenMP.cpp21411 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
21473 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
HDSemaExpr.cpp15949 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTemplate.cpp1637 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3999 void PushDeclContext(Scope *S, DeclContext *DC);