Searched refs:TemplateKeywordLoc (Results 1 – 5 of 5) sorted by relevance
1037 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument1042 if (TemplateKeywordLoc.isValid()) in buildIdExpression()1043 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
1793 SourceLocation TemplateKeywordLoc;2066 return Info->TemplateKeywordLoc;2840 return Info->TemplateKeywordLoc;
1107 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()1526 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()
2572 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()2638 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
6285 if (SourceLocation TemplateKeywordLoc = TL.getTemplateKeywordLoc(); in diagnoseQualifiedDeclaration() local6286 TemplateKeywordLoc.isValid()) in diagnoseQualifiedDeclaration()6288 << FixItHint::CreateRemoval(TemplateKeywordLoc); in diagnoseQualifiedDeclaration()