Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h463 bool hasTemplateKeyword() const { return Qualifier.getInt(); } hasTemplateKeyword() function
H A DExprCXX.h3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
3366 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
3818 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
H A DExpr.h1393 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
3295 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8193 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp177 isTemplateName(Scope * S,CXXScopeSpec & SS,bool hasTemplateKeyword,const UnqualifiedId & Name,ParsedType ObjectTypePtr,bool EnteringContext,TemplateTy & TemplateResult,bool & MemberOfUnknownSpecialization,bool Disambiguation) isTemplateName() argument