Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTemplate.cpp1365 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
/external/clang/lib/Sema/
DSema.cpp71 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
DSemaLambda.cpp891 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
DSemaStmt.cpp3902 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
3954 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
DSemaDeclCXX.cpp6722 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
7472 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
12151 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
DSemaDeclObjC.cpp309 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp1113 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
11293 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
13119 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
DSemaOpenMP.cpp11181 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionCombinerStart()
11235 PushDeclContext(S, DRD); in ActOnOpenMPDeclareReductionInitializerStart()
DSemaExpr.cpp11948 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/external/clang/include/clang/Sema/
DSema.h2087 void PushDeclContext(Scope *S, DeclContext *DC);