Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
428 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
H A DPropertiesBase.td650 def : Property<"hasTemplateKeyword", Bool> {
651 let Read = [{ qtn->hasTemplateKeyword() }];
657 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
H A DExprCXX.h3028 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3276 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3727 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
H A DExpr.h1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3228 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1002 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()
1018 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()
1028 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()
1412 if (Node->hasTemplateKeyword()) in VisitMemberExpr()
2195 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()
2209 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
H A DTemplateName.cpp231 if (QTN->hasTemplateKeyword()) in print()
H A DQualTypeNames.cpp68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
H A DJSONNodeDumper.cpp1393 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
H A DASTImporter.cpp8752 *QualifierOrErr, QTN->hasTemplateKeyword(), in Import()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp172 bool hasTemplateKeyword, in isTemplateName() argument
287 hasTemplateKeyword, TD); in isTemplateName()
478 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName()
553 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
H A DTreeTransform.h4228 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
H A DSemaExpr.cpp14536 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
7402 bool hasTemplateKeyword,