Searched refs:PushDeclContext (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 25 PushDeclContext(BufferScope, Result); in ActOnStartHLSLBuffer()
|
| H A D | SemaModule.cpp | 761 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1042 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaStmt.cpp | 4722 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4781 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | Sema.cpp | 128 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaDeclObjC.cpp | 381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDeclCXX.cpp | 10440 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11350 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 16392 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDecl.cpp | 1344 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 15215 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 17570 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
| H A D | SemaExprCXX.cpp | 9103 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 22172 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 22232 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 16447 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1724 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3529 void PushDeclContext(Scope *S, DeclContext *DC);
|