Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DTemplateName.h466 bool hasTemplateKeyword() const { return Qualifier.getInt(); } hasTemplateKeyword() function
H A DExprCXX.h3131 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
3402 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
3854 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
H A DExpr.h1410 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() function
3317 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h11101 bool hasTemplateKeyword() const { hasTemplateKeyword() function
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp178 isTemplateName(Scope * S,CXXScopeSpec & SS,bool hasTemplateKeyword,const UnqualifiedId & Name,ParsedType ObjectTypePtr,bool EnteringContext,TemplateTy & TemplateResult,bool & MemberOfUnknownSpecialization,bool Disambiguation) isTemplateName() argument