Searched refs:PushDeclContext (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 578 PushDeclContext(S, D); in ActOnStartExportDecl()
|
| H A D | SemaLambda.cpp | 1008 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
| H A D | Sema.cpp | 92 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| H A D | SemaStmt.cpp | 4707 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 4766 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| H A D | SemaDeclObjC.cpp | 381 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDeclCXX.cpp | 10152 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 11046 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 15875 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| H A D | SemaDecl.cpp | 1282 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 14232 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 16419 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
| H A D | SemaExprCXX.cpp | 8743 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
|
| H A D | SemaOpenMP.cpp | 19389 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 19449 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaExpr.cpp | 15290 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1658 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3188 void PushDeclContext(Scope *S, DeclContext *DC);
|