Searched refs:hasTemplateKeyword (Results 1 – 10 of 10) sorted by relevance
410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
2440 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2692 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
1092 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2486 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
135 if (QTN->hasTemplateKeyword()) in print()
973 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()985 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()996 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()1304 if (Node->hasTemplateKeyword()) in VisitMemberExpr()1997 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()2012 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
5620 QTN->hasTemplateKeyword(), in Import()
137 bool hasTemplateKeyword, in isTemplateName() argument199 hasTemplateKeyword, TD); in isTemplateName()
3346 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
5259 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
5463 bool hasTemplateKeyword,