Searched refs:hasTemplateKeyword (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TemplateName.h | 437 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function 443 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile()
|
| H A D | PropertiesBase.td | 663 def : Property<"hasTemplateKeyword", Bool> { 664 let Read = [{ qtn->hasTemplateKeyword() }]; 670 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
|
| H A D | ExprCXX.h | 3045 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3293 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3744 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
| H A D | Expr.h | 1372 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3304 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateName.cpp | 284 if (QTN->hasTemplateKeyword()) in print()
|
| H A D | StmtPrinter.cpp | 1147 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr() 1168 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr() 1178 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr() 1575 if (Node->hasTemplateKeyword()) in VisitMemberExpr() 2368 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr() 2382 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
|
| H A D | QualTypeNames.cpp | 68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
|
| H A D | JSONNodeDumper.cpp | 1445 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
|
| H A D | ASTImporter.cpp | 9261 *QualifierOrErr, QTN->hasTemplateKeyword(), *TNOrErr); in Import()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 175 bool hasTemplateKeyword, in isTemplateName() argument 293 Template = Context.getQualifiedTemplateName(Qualifier, hasTemplateKeyword, in isTemplateName() 483 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName() 557 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
|
| H A D | TreeTransform.h | 4315 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
|
| H A D | SemaExpr.cpp | 15417 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7748 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 7773 bool hasTemplateKeyword,
|