Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp273 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()
DParseTemplate.cpp1344 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II)); in ParseLateTemplatedFuncDef()
DParseDecl.cpp1134 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes()
1211 Actions.ActOnReenterTemplateScope(Actions.CurScope, D); in ParseLexedAttribute()
/external/clang/include/clang/Sema/
DSema.h5306 unsigned ActOnReenterTemplateScope(Scope *S, Decl *Template);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6504 unsigned Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema