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.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/Sema/
DSemaTemplate.cpp138 bool hasTemplateKeyword, in isTemplateName()