Lines Matching defs:IILoc
352 SourceLocation IILoc,
367 Diag(IILoc, diag::err_template_kw_missing)
369 << FixItHint::CreateInsertion(IILoc, "template ");
10778 SourceLocation IILoc,
10781 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc,
10792 TL.setNameLoc(IILoc);
10797 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IILoc);
10809 SourceLocation IILoc, bool DeducedTSTContext) {
10836 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName);
10880 IILoc);
10881 Diag(IILoc, diag::err_typename_refers_to_using_value_decl)
10921 Diag(IILoc, diag::ext_out_of_line_qualified_id_type_names_constructor)
10943 Diag(IILoc, diag::err_dependent_deduced_tst)
10946 Diag(IILoc, diag::err_deduced_tst)
10976 IILoc);
10978 Diag(IILoc, DiagID) << FullRange << Name << Ctx;
10980 Diag(IILoc, DiagID) << FullRange << Name;