Searched refs:ActOnReenterTemplateScope (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 280 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDeclarations() 307 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method); in ParseLexedMethodDeclaration() 482 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDefs() 499 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D); in ParseLexedMethodDef() 588 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMemberInitializers()
|
D | ParseTemplate.cpp | 1361 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II)); in ParseLateTemplatedFuncDef()
|
D | ParseOpenMP.cpp | 390 Actions.ActOnReenterTemplateScope(Actions.getCurScope(), D); in FNContextRAII()
|
D | ParseDecl.cpp | 1165 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes() 1242 Actions.ActOnReenterTemplateScope(Actions.CurScope, D); in ParseLexedAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5429 unsigned ActOnReenterTemplateScope(Scope *S, Decl *Template);
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6667 unsigned Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema
|