Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp852 PushDeclContext(S, D); in ActOnStartExportDecl()
H A DSemaLambda.cpp1110 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer()
1363 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
H A DSemaHLSL.cpp42 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()
H A DSemaStmt.cpp4488 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4548 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
H A DSema.cpp153 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
H A DSemaDecl.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()
H A DSemaDeclCXX.cpp10671 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
11686 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
16709 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
H A DSemaDeclObjC.cpp390 SemaRef.PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
H A DSemaExprCXX.cpp9394 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
H A DSemaOpenMP.cpp21411 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
21473 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaExpr.cpp15949 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1637 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3999 void PushDeclContext(Scope *S, DeclContext *DC);