Home
last modified time | relevance | path

Searched refs:hasTemplateKeyword (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DTemplateName.h382 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
DExprCXX.h2623 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2871 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3285 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
DExpr.h1091 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2466 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/external/clang/lib/AST/
DTemplateName.cpp185 if (QTN->hasTemplateKeyword()) in print()
DStmtPrinter.cpp1207 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()
DASTImporter.cpp6317 QTN->hasTemplateKeyword(), in Import()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp84 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
/external/clang/lib/Sema/
DSemaTemplate.cpp140 bool hasTemplateKeyword, in isTemplateName() argument
202 hasTemplateKeyword, TD); in isTemplateName()
DTreeTransform.h3610 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
/external/clang/lib/Serialization/
DASTWriter.cpp5284 Record->push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
/external/clang/include/clang/Sema/
DSema.h5664 bool hasTemplateKeyword,