Searched refs:ActOnReenterTemplateScope (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 273 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDeclarations() 300 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method); in ParseLexedMethodDeclaration() 475 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDefs() 492 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D); in ParseLexedMethodDef() 579 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMemberInitializers()
|
D | ParseTemplate.cpp | 1344 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II)); in ParseLateTemplatedFuncDef()
|
D | ParseDecl.cpp | 1134 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes() 1211 Actions.ActOnReenterTemplateScope(Actions.CurScope, D); in ParseLexedAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5306 unsigned ActOnReenterTemplateScope(Scope *S, Decl *Template);
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6504 unsigned Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema
|