Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
HDExprCXX.h2440 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2692 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
HDExpr.h1092 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2486 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTemplateName.cpp135 if (QTN->hasTemplateKeyword()) in print()
HDStmtPrinter.cpp973 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()
HDASTImporter.cpp5620 QTN->hasTemplateKeyword(), in Import()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp137 bool hasTemplateKeyword, in isTemplateName() argument
199 hasTemplateKeyword, TD); in isTemplateName()
HDTreeTransform.h3346 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5259 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5463 bool hasTemplateKeyword,