Searched refs:PushDeclContext (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 1348 Actions.PushDeclContext(Actions.getCurScope(), *II); in ParseLateTemplatedFuncDef()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 70 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope()
|
D | SemaLambda.cpp | 893 PushDeclContext(CurScope, Method); in ActOnStartOfLambdaDefinition()
|
D | SemaStmt.cpp | 3834 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart() 3886 PushDeclContext(CurScope, CD); in ActOnCapturedRegionStart()
|
D | SemaDeclCXX.cpp | 6559 PushDeclContext(S, Record); in ActOnStartDelayedMemberDeclarations() 7307 PushDeclContext(NamespcScope, Namespc); in ActOnStartNamespaceDef() 11915 PushDeclContext(S, D); in ActOnStartLinkageSpecification()
|
D | SemaDeclObjC.cpp | 310 PushDeclContext(FnBodyScope, MDecl); in ActOnStartOfObjCMethodDef()
|
D | SemaDecl.cpp | 1070 void Sema::PushDeclContext(Scope *S, DeclContext *DC) { in PushDeclContext() function in Sema 10883 PushDeclContext(FnBodyScope, FD); in ActOnStartOfFunctionDef() 12669 PushDeclContext(S, Tag); in ActOnTagStartDefinition()
|
D | SemaExpr.cpp | 11416 PushDeclContext(CurScope, Block); in ActOnBlockStart()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2027 void PushDeclContext(Scope *S, DeclContext *DC);
|