Home | History | Annotate | Download | only in Sema

Lines Matching refs:IILoc

222                                        SourceLocation IILoc,
237 Diag(IILoc, diag::err_template_kw_missing)
239 << FixItHint::CreateInsertion(IILoc, "template ");
7622 SourceLocation IILoc) {
7646 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName);
7669 IILoc);
7670 Diag(IILoc, diag::err_typename_refers_to_using_value_decl)
7713 IILoc);
7714 Diag(IILoc, DiagID) << FullRange << Name << Ctx;