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()
2601 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2853 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function3274 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
1065 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function2456 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
135 if (QTN->hasTemplateKeyword()) in print()
670 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()682 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()693 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()1016 if (Node->hasTemplateKeyword()) in VisitMemberExpr()1657 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()1672 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
4838 QTN->hasTemplateKeyword(), in Import()
136 bool hasTemplateKeyword, in isTemplateName() argument199 hasTemplateKeyword, TD); in isTemplateName()
3069 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
4868 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
5053 bool hasTemplateKeyword,