Searched refs:PushDeclContext (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 714 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1011 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaStmt.cpp | 4730 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4789 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | Sema.cpp | 126 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaDeclObjC.cpp | 381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDeclCXX.cpp | 10352 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11253 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 16323 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDecl.cpp | 1316 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 14803 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 17107 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
| H A D | SemaExprCXX.cpp | 9076 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 21881 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 21941 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 16179 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1705 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3430 void PushDeclContext(Scope *S, DeclContext *DC);
|