Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
DExprCXX.h2397 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2649 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3070 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
DExpr.h1083 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2482 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/external/clang/lib/Sema/
DSemaTemplate.cpp137 bool hasTemplateKeyword, in isTemplateName()