Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); in Profile()
DExprCXX.h2601 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2853 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3274 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
DExpr.h1065 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2456 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DTemplateName.cpp135 if (QTN->hasTemplateKeyword()) in print()
DStmtPrinter.cpp670 if (Node->hasTemplateKeyword()) in VisitDeclRefExpr()
682 if (Node->hasTemplateKeyword()) in VisitDependentScopeDeclRefExpr()
693 if (Node->hasTemplateKeyword()) in VisitUnresolvedLookupExpr()
1016 if (Node->hasTemplateKeyword()) in VisitMemberExpr()
1657 if (Node->hasTemplateKeyword()) in VisitCXXDependentScopeMemberExpr()
1672 if (Node->hasTemplateKeyword()) in VisitUnresolvedMemberExpr()
DASTImporter.cpp4838 QTN->hasTemplateKeyword(), in Import()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp136 bool hasTemplateKeyword, in isTemplateName() argument
199 hasTemplateKeyword, TD); in isTemplateName()
DTreeTransform.h3069 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(), in TransformTemplateName()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4868 Record.push_back(QualT->hasTemplateKeyword()); in AddTemplateName()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h5053 bool hasTemplateKeyword,