Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp578 PushDeclContext(S, D); in ActOnStartExportDecl()
H A DSemaLambda.cpp1012 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp4655 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
4714 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
H A DSema.cpp114 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
H A DSemaDeclObjC.cpp381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
H A DSemaDeclCXX.cpp10159 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
11053 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
16080 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
H A DSemaDecl.cpp1295 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
14288 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
16475 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
H A DSemaExprCXX.cpp8821 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
H A DSemaOpenMP.cpp19772 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
19832 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaExpr.cpp15411 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1658 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3225 void PushDeclContext(Scope *S, DeclContext *DC);