Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h464 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
470 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile()
H A DPropertiesBase.td679 def : Property<"hasTemplateKeyword", Bool> {
680 let Read = [{ qtn->hasTemplateKeyword() }];
686 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
H A DExprCXX.h3131 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 DExpr.h1410 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 DStmtPrinter.cpp1209 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 DTemplateName.cpp308 if (QTN->hasTemplateKeyword()) in print()
H A DQualTypeNames.cpp69 !QTName->hasTemplateKeyword() && in getFullyQualifiedTemplateName()
H A DODRHash.cpp153 AddBoolean(QTN->hasTemplateKeyword()); in AddTemplateName()
H A DJSONNodeDumper.cpp1593 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
H A DTextNodeDumper.cpp1176 if (QTN->hasTemplateKeyword()) in dumpBareTemplateName()
H A DASTImporter.cpp9847 *QualifierOrErr, QTN->hasTemplateKeyword(), *TNOrErr); in Import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp179 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 DTreeTransform.h4586 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 DSemaDeclCXX.cpp11460 bool SimplyWritten = !Qualifiers->hasTemplateKeyword() && in CheckDeductionGuideDeclarator()
H A DSemaExpr.cpp15173 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11103 bool hasTemplateKeyword() const { in hasTemplateKeyword() function
11131 bool hasTemplateKeyword,