Searched refs:PushDeclContext (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 1365 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 71 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
D | SemaLambda.cpp | 891 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
D | SemaStmt.cpp | 3902 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 3954 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
D | SemaDeclCXX.cpp | 6722 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 7472 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 12151 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
D | SemaDeclObjC.cpp | 309 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
D | SemaDecl.cpp | 1113 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 11293 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 13119 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
D | SemaOpenMP.cpp | 11181 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart() 11235 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
|
D | SemaExpr.cpp | 11948 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2087 void PushDeclContext(Scope *S, DeclContext *DC);
|