Searched refs:hasTemplateKeyword (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 464 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function 470 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile()
|
| H A D | PropertiesBase.td | 679 def : Property<"hasTemplateKeyword", Bool> { 680 let Read = [{ qtn->hasTemplateKeyword() }]; 686 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
|
| H A D | ExprCXX.h | 3131 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3403 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3855 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
| H A D | Expr.h | 1410 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3327 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1209 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr() 1230 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr() 1240 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr() 1645 if (Node->hasTemplateKeyword()) in VisitMemberExpr() 2440 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr() 2454 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
|
| H A D | TemplateName.cpp | 308 if (QTN->hasTemplateKeyword()) in print()
|
| H A D | QualTypeNames.cpp | 69 !QTName->hasTemplateKeyword() && in getFullyQualifiedTemplateName()
|
| H A D | ODRHash.cpp | 153 AddBoolean(QTN->hasTemplateKeyword()); in AddTemplateName()
|
| H A D | JSONNodeDumper.cpp | 1593 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
|
| H A D | TextNodeDumper.cpp | 1176 if (QTN->hasTemplateKeyword()) in dumpBareTemplateName()
|
| H A D | ASTImporter.cpp | 9847 *QualifierOrErr, QTN->hasTemplateKeyword(), *TNOrErr); in Import()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 179 bool hasTemplateKeyword, in isTemplateName() argument 298 Template = Context.getQualifiedTemplateName(Qualifier, hasTemplateKeyword, in isTemplateName() 484 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName() 558 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
|
| H A D | TreeTransform.h | 4586 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName() 13629 if (Old->hasTemplateKeyword() && !R.empty()) { in TransformOverloadExprDecls() 13640 << Old->hasTemplateKeyword() << Old->getTemplateKeywordLoc(); in TransformOverloadExprDecls()
|
| H A D | SemaDeclCXX.cpp | 11460 bool SimplyWritten = !Qualifiers->hasTemplateKeyword() && in CheckDeductionGuideDeclarator()
|
| H A D | SemaExpr.cpp | 15173 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11103 bool hasTemplateKeyword() const { in hasTemplateKeyword() function 11131 bool hasTemplateKeyword,
|