Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTemplateName.h382 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
DExprCXX.h2623 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
DExpr.h1091 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/
DTemplateName.h417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
428 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
DPropertiesBase.td342 def : Property<"hasTemplateKeyword", Bool> {
343 let Read = [{ qtn->hasTemplateKeyword() }];
349 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
DExprCXX.h3018 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
DExpr.h1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3226 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/external/clang/lib/AST/
DTemplateName.cpp185 if (QTN->hasTemplateKeyword()) in print()
DStmtPrinter.cpp1207 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()
DASTImporter.cpp6317 QTN->hasTemplateKeyword(), in Import()
/external/llvm-project/clang/lib/AST/
DTemplateName.cpp231 if (QTN->hasTemplateKeyword()) in print()
DStmtPrinter.cpp979 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()
DQualTypeNames.cpp68 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
DJSONNodeDumper.cpp1392 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword()); in VisitCXXDependentScopeMemberExpr()
DASTImporter.cpp8585 *QualifierOrErr, QTN->hasTemplateKeyword(), in Import()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp84 if (QTName && !QTName->hasTemplateKeyword()) { in getFullyQualifiedTemplateName()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp172 bool hasTemplateKeyword, in isTemplateName() argument
287 hasTemplateKeyword, TD); in isTemplateName()
478 !RequiredTemplate.hasTemplateKeyword()) { in LookupTemplateName()
553 << RequiredTemplate.hasTemplateKeyword() in LookupTemplateName()
DTreeTransform.h4142 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
DSemaExpr.cpp14417 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/external/clang/lib/Sema/
DSemaTemplate.cpp140 bool hasTemplateKeyword, in isTemplateName() argument
202 hasTemplateKeyword, TD); in isTemplateName()
DTreeTransform.h3610 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
/external/llvm-project/clang/include/clang/Sema/
DSema.h7230 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
7255 bool hasTemplateKeyword,
/external/clang/lib/Serialization/
DASTWriter.cpp5284 Record->push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
/external/clang/include/clang/Sema/
DSema.h5664 bool hasTemplateKeyword,