Searched refs:PushDeclContext (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseTemplate.cpp | 1301 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | Sema.cpp | 65 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
| D | SemaLambda.cpp | 841 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
| D | SemaStmt.cpp | 3257 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
| D | SemaDeclObjC.cpp | 315 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
| D | SemaDecl.cpp | 904 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 9574 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 11087 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
| D | SemaDeclCXX.cpp | 5987 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 6639 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 10994 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
| D | SemaExpr.cpp | 10194 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1782 void PushDeclContext(Scope *S, DeclContext *DC);
|