Searched refs:PushDeclContext (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 866 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1136 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer() 1390 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
|
| H A D | SemaStmt.cpp | 4638 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4701 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | Sema.cpp | 174 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaHLSL.cpp | 207 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()
|
| H A D | SemaDecl.cpp | 1323 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 15988 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 18510 PushDeclContext(S, Tag); in ActOnTagStartDefinition() 20574 PushDeclContext(S, New); in ActOnStartTopLevelStmtDecl()
|
| H A D | SemaDeclObjC.cpp | 389 SemaRef.PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDeclCXX.cpp | 10891 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11927 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 17185 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaExprCXX.cpp | 8004 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 22307 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 22369 SemaRef.PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 16315 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1426 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4396 void PushDeclContext(Scope *S, DeclContext *DC);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4964 {"_ZN5clang4Sema15PushDeclContextEPNS_5ScopeEPNS_11DeclContextE", "clang::Sema::PushDeclContext(cla…
|