Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
DExprCXX.h2437 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2689 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3111 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
DExpr.h1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2484 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/external/clang/lib/AST/
DTemplateName.cpp135 if (QTN->hasTemplateKeyword()) in print()
DStmtPrinter.cpp943 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()
955 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()
966 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()
1271 if (Node->hasTemplateKeyword()) in VisitMemberExpr()
1942 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()
1957 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
DASTImporter.cpp4881 QTN->hasTemplateKeyword(), in Import()
/external/clang/lib/Sema/
DSemaTemplate.cpp138 bool hasTemplateKeyword, in isTemplateName() argument
200 hasTemplateKeyword, TD); in isTemplateName()
DTreeTransform.h3316 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
/external/clang/lib/Serialization/
DASTWriter.cpp5411 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
/external/clang/include/clang/Sema/
DSema.h5273 bool hasTemplateKeyword,