Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp280 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()
DParseTemplate.cpp1361 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II)); in ParseLateTemplatedFuncDef()
DParseOpenMP.cpp390 Actions.ActOnReenterTemplateScope(Actions.getCurScope(), D); in FNContextRAII()
DParseDecl.cpp1165 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes()
1242 Actions.ActOnReenterTemplateScope(Actions.CurScope, D); in ParseLexedAttribute()
/external/clang/include/clang/Sema/
DSema.h5429 unsigned ActOnReenterTemplateScope(Scope *S, Decl *Template);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6667 unsigned Sema::ActOnReenterTemplateScope(Scope *S, Decl *D) { in ActOnReenterTemplateScope() function in Sema