Searched defs:hasTemplateKeyword (Results 1 – 5 of 5) sorted by relevance
463 bool hasTemplateKeyword() const { return Qualifier.getInt(); } hasTemplateKeyword() function
3114 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
1393 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function 3295 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
8193 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } hasTemplateKeyword() function
177 isTemplateName(Scope * S,CXXScopeSpec & SS,bool hasTemplateKeyword,const UnqualifiedId & Name,ParsedType ObjectTypePtr,bool EnteringContext,TemplateTy & TemplateResult,bool & MemberOfUnknownSpecialization,bool Disambiguation) isTemplateName() argument