Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTemplateName.h437 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
443 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile()
H A DPropertiesBase.td663 def : Property<"hasTemplateKeyword", Bool> {
664 let Read = [{ qtn->hasTemplateKeyword() }];
670 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
H A DExprCXX.h3045 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 DExpr.h1372 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 DTemplateName.cpp284 if (QTN->hasTemplateKeyword()) in print()
H A DStmtPrinter.cpp1147 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 DQualTypeNames.cpp68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
H A DJSONNodeDumper.cpp1445 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
H A DASTImporter.cpp9261 *QualifierOrErr, QTN->hasTemplateKeyword(), *TNOrErr); in Import()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp175 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 DTreeTransform.h4315 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
H A DSemaExpr.cpp15417 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7748 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
7773 bool hasTemplateKeyword,