Lines Matching defs:IILoc
355 SourceLocation IILoc,
370 Diag(IILoc, diag::err_template_kw_missing)
372 << FixItHint::CreateInsertion(IILoc, "template ");
10431 SourceLocation IILoc,
10434 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc,
10445 TL.setNameLoc(IILoc);
10450 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IILoc);
10462 SourceLocation IILoc, bool DeducedTSTContext) {
10489 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName);
10533 IILoc);
10534 Diag(IILoc, diag::err_typename_refers_to_using_value_decl)
10574 Diag(IILoc, diag::ext_out_of_line_qualified_id_type_names_constructor)
10596 Diag(IILoc, diag::err_dependent_deduced_tst)
10599 Diag(IILoc, diag::err_deduced_tst)
10629 IILoc);
10631 Diag(IILoc, DiagID) << FullRange << Name << Ctx;
10633 Diag(IILoc, DiagID) << FullRange << Name;