Home
last modified time | relevance | path

Searched refs:ActOnReenterTemplateScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp281 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()
DParseTemplate.cpp1288 Actions.ActOnReenterTemplateScope(getCurScope(), MD); in ParseLateTemplatedFuncDef()
1295 Actions.ActOnReenterTemplateScope(getCurScope(), in ParseLateTemplatedFuncDef()
1311 Actions.ActOnReenterTemplateScope(getCurScope(), LPT.D); in ParseLateTemplatedFuncDef()
DParseDecl.cpp985 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/
DSema.h4802 void ActOnReenterTemplateScope(Scope *S, Decl *Template);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp5959 void Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema