Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
HDExprCXX.h2440 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2692 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
HDExpr.h1092 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
2486 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp137 bool hasTemplateKeyword, in isTemplateName()