Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1414 Actions.PushDeclContext(Actions.getCurScope(), CDC.getDC()); in ParseLateTemplatedFuncDef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp933 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
H A DSema.cpp71 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
H A DSemaStmt.cpp4279 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4337 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
H A DSemaDecl.cpp1209 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
12937 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
14960 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
17276 PushDeclContext(S, D); in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp8063 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
8978 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
13673 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
H A DSemaDeclObjC.cpp380 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
H A DSemaOpenMP.cpp13257 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
13317 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaExpr.cpp13538 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2383 void PushDeclContext(Scope *S, DeclContext *DC);