Home
last modified time | relevance | path

Searched defs:hasTemplateKeyword (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DTemplateName.h382 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
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/clang/lib/Sema/
DSemaTemplate.cpp140 bool hasTemplateKeyword, in isTemplateName()