Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h463 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
469 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile()
H A DPropertiesBase.td676 def : Property<"hasTemplateKeyword", Bool> {
677 let Read = [{ qtn->hasTemplateKeyword() }];
683 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
H A DExprCXX.h3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3366 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3818 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
H A DExpr.h1393 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3295 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1163 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()
1184 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()
1194 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()
1599 if (Node->hasTemplateKeyword()) in VisitMemberExpr()
2394 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()
2408 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
H A DTemplateName.cpp330 if (QTN->hasTemplateKeyword()) in print()
H A DQualTypeNames.cpp68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
H A DJSONNodeDumper.cpp1550 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
H A DASTImporter.cpp9753 *QualifierOrErr, QTN->hasTemplateKeyword(), *TNOrErr); in Import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp177 bool hasTemplateKeyword, in isTemplateName() argument
295 Template = Context.getQualifiedTemplateName(Qualifier, hasTemplateKeyword, in isTemplateName()
485 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName()
559 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
H A DTreeTransform.h4502 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
H A DSemaExpr.cpp16173 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8193 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
8218 bool hasTemplateKeyword,