Searched refs:PushDeclContext (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1414 Actions.PushDeclContext(Actions.getCurScope(), CDC.getDC()); in ParseLateTemplatedFuncDef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 933 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
| H A D | Sema.cpp | 71 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaStmt.cpp | 4279 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4337 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | SemaDecl.cpp | 1209 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 D | SemaDeclCXX.cpp | 8063 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 8978 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 13673 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDeclObjC.cpp | 380 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaOpenMP.cpp | 13257 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 13317 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 13538 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2383 void PushDeclContext(Scope *S, DeclContext *DC);
|