Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTemplate.cpp1348 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
/external/clang/lib/Sema/
DSema.cpp70 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
DSemaLambda.cpp893 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
DSemaStmt.cpp3834 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
3886 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
DSemaDeclCXX.cpp6559 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
7307 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
11915 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
DSemaDeclObjC.cpp310 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp1070 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
10883 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
12669 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
DSemaExpr.cpp11416 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/external/clang/include/clang/Sema/
DSema.h2027 void PushDeclContext(Scope *S, DeclContext *DC);