Searched refs:hasTemplateKeyword (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TemplateName.h | 417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function 428 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
|
H A D | PropertiesBase.td | 650 def : Property<"hasTemplateKeyword", Bool> { 651 let Read = [{ qtn->hasTemplateKeyword() }]; 657 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
|
H A D | ExprCXX.h | 3028 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 D | Expr.h | 1362 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 D | StmtPrinter.cpp | 1002 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 D | TemplateName.cpp | 231 if (QTN->hasTemplateKeyword()) in print()
|
H A D | QualTypeNames.cpp | 68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
|
H A D | JSONNodeDumper.cpp | 1393 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
|
H A D | ASTImporter.cpp | 8752 *QualifierOrErr, QTN->hasTemplateKeyword(), in Import()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 172 bool hasTemplateKeyword, in isTemplateName() argument 287 hasTemplateKeyword, TD); in isTemplateName() 478 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName() 553 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
|
H A D | TreeTransform.h | 4228 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
|
H A D | SemaExpr.cpp | 14536 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 7402 bool hasTemplateKeyword,
|