Searched refs:PushDeclContext (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 852 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1110 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer() 1363 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
|
| H A D | SemaHLSL.cpp | 42 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()
|
| H A D | SemaStmt.cpp | 4488 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4548 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | Sema.cpp | 153 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaDecl.cpp | 1306 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 D | SemaDeclCXX.cpp | 10671 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11686 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 16709 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDeclObjC.cpp | 390 SemaRef.PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaExprCXX.cpp | 9394 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 21411 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 21473 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 15949 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1637 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3999 void PushDeclContext(Scope *S, DeclContext *DC);
|