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