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()
2437 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2689 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function3111 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2484 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
135 if (QTN->hasTemplateKeyword()) in print()
943 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()955 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()966 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()1271 if (Node->hasTemplateKeyword()) in VisitMemberExpr()1942 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()1957 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
4881 QTN->hasTemplateKeyword(), in Import()
138 bool hasTemplateKeyword, in isTemplateName() argument200 hasTemplateKeyword, TD); in isTemplateName()
3316 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
5411 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
5273 bool hasTemplateKeyword,