Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseTemplate.cpp1301 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp65 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
DSemaLambda.cpp841 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
DSemaStmt.cpp3257 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
DSemaDeclObjC.cpp315 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp904 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema
9574 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef()
11087 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
DSemaDeclCXX.cpp5987 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations()
6639 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef()
10994 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
DSemaExpr.cpp10194 PushDeclContext(CurScope, Block); in ActOnBlockStart()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1782 void PushDeclContext(Scope *S, DeclContext *DC);