Searched refs:PushDeclContext (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 25 PushDeclContext(BufferScope, Result); in ActOnStartHLSLBuffer()
|
| H A D | SemaModule.cpp | 760 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1057 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer() 1307 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
|
| H A D | SemaStmt.cpp | 4785 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4845 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | Sema.cpp | 129 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaDeclObjC.cpp | 381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDeclCXX.cpp | 10737 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11772 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 16843 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDecl.cpp | 1369 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 D | SemaExprCXX.cpp | 9175 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 22587 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 22647 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 16956 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1751 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3597 void PushDeclContext(Scope *S, DeclContext *DC);
|