Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h464 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() function
H A DExprCXX.h3131 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3403 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3855 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
H A DExpr.h1410 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3327 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11103 bool hasTemplateKeyword() const { in hasTemplateKeyword() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp179 bool hasTemplateKeyword, in isTemplateName()