/external/clang/include/clang/AST/ |
D | TemplateName.h | 382 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function 393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
|
D | ExprCXX.h | 2623 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 2871 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3285 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
D | Expr.h | 1091 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 2466 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | TemplateName.h | 417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function 428 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
|
D | PropertiesBase.td | 342 def : Property<"hasTemplateKeyword", Bool> { 343 let Read = [{ qtn->hasTemplateKeyword() }]; 349 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
|
D | ExprCXX.h | 3018 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3266 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3717 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
D | Expr.h | 1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 3226 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
|
/external/clang/lib/AST/ |
D | TemplateName.cpp | 185 if (QTN->hasTemplateKeyword()) in print()
|
D | StmtPrinter.cpp | 1207 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr() 1219 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr() 1230 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr() 1557 if (Node->hasTemplateKeyword()) in VisitMemberExpr() 2262 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr() 2277 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
|
D | ASTImporter.cpp | 6317 QTN->hasTemplateKeyword(), in Import()
|
/external/llvm-project/clang/lib/AST/ |
D | TemplateName.cpp | 231 if (QTN->hasTemplateKeyword()) in print()
|
D | StmtPrinter.cpp | 979 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr() 990 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr() 1000 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr() 1438 if (Node->hasTemplateKeyword()) in VisitMemberExpr() 2209 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr() 2223 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
|
D | QualTypeNames.cpp | 68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
|
D | JSONNodeDumper.cpp | 1392 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
|
D | ASTImporter.cpp | 8585 *QualifierOrErr, QTN->hasTemplateKeyword(), in Import()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 84 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 172 bool hasTemplateKeyword, in isTemplateName() argument 287 hasTemplateKeyword, TD); in isTemplateName() 478 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName() 553 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
|
D | TreeTransform.h | 4142 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
|
D | SemaExpr.cpp | 14417 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 140 bool hasTemplateKeyword, in isTemplateName() argument 202 hasTemplateKeyword, TD); in isTemplateName()
|
D | TreeTransform.h | 3610 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 7230 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function 7255 bool hasTemplateKeyword,
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5284 Record->push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5664 bool hasTemplateKeyword,
|