Searched refs:hasTemplateKeyword (Results 1 – 11 of 11) sorted by relevance
382 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
2623 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2871 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function3285 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
1091 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2466 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
185 if (QTN->hasTemplateKeyword()) in print()
1207 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()1219 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()1230 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()1557 if (Node->hasTemplateKeyword()) in VisitMemberExpr()2262 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()2277 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
6317 QTN->hasTemplateKeyword(), in Import()
84 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
140 bool hasTemplateKeyword, in isTemplateName() argument202 hasTemplateKeyword, TD); in isTemplateName()
3610 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
5284 Record->push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
5664 bool hasTemplateKeyword,