Searched refs:ActOnReenterTemplateScope (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseCXXInlineMethods.cpp | 281 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDeclarations() 306 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method); in ParseLexedMethodDeclaration() 393 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMethodDefs() 410 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D); in ParseLexedMethodDef() 491 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedMemberInitializers()
|
| D | ParseTemplate.cpp | 1288 Actions.ActOnReenterTemplateScope(getCurScope(), MD); in ParseLateTemplatedFuncDef() 1295 Actions.ActOnReenterTemplateScope(getCurScope(), in ParseLateTemplatedFuncDef() 1311 Actions.ActOnReenterTemplateScope(getCurScope(), LPT.D); in ParseLateTemplatedFuncDef()
|
| D | ParseDecl.cpp | 985 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes() 1065 Actions.ActOnReenterTemplateScope(Actions.CurScope, D); in ParseLexedAttribute()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 4802 void ActOnReenterTemplateScope(Scope *S, Decl *Template);
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 5959 void Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema
|