Home
last modified time | relevance | path

Searched refs:PushDeclContext (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaHLSL.cpp25 PushDeclContext(BufferScope, Result); in ActOnStartHLSLBuffer()
H A DSemaModule.cpp761 PushDeclContext(S, D); in ActOnStartExportDecl()
H A DSemaLambda.cpp1042 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp4722 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4781 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
H A DSema.cpp128 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
H A DSemaDeclObjC.cpp381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
H A DSemaDeclCXX.cpp10440 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
11350 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
16392 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
H A DSemaDecl.cpp1344 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 DSemaExprCXX.cpp9103 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
H A DSemaOpenMP.cpp22172 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
22232 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaExpr.cpp16447 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1724 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3529 void PushDeclContext(Scope *S, DeclContext *DC);