Home | History | Annotate | Download | only in Sema

Lines Matching refs:KWLoc

843                          SourceLocation KWLoc, CXXScopeSpec &SS,
864 Diag(KWLoc, diag::err_template_unnamed_class);
979 TUK == TUK_Definition, KWLoc, *Name)) {
980 Diag(KWLoc, diag::err_use_with_wrong_tag)
982 << FixItHint::CreateReplacement(KWLoc, PrevRecordDecl->getKindName());
1037 CXXRecordDecl::Create(Context, Kind, SemanticContext, KWLoc, NameLoc, Name,
5066 SourceLocation KWLoc,
5078 // NOTE: KWLoc is the location of the tag keyword. This will instead
5119 Diag(KWLoc, diag::err_partial_specialization_friend)
5155 Diag(KWLoc, diag::err_template_spec_friend)
5163 Diag(KWLoc, diag::err_template_spec_needs_header)
5164 << FixItHint::CreateInsertion(KWLoc, "template<> ");
5173 Kind, TUK == TUK_Definition, KWLoc,
5175 Diag(KWLoc, diag::err_use_with_wrong_tag)
5177 << FixItHint::CreateReplacement(KWLoc,
5283 return CheckClassTemplate(S, TagSpec, TUK, KWLoc, SS,
5301 KWLoc, TemplateNameLoc,
5360 KWLoc, TemplateNameLoc,
5465 /*FIXME:*/KWLoc);
6170 SourceLocation KWLoc,
6189 Kind, /*isDefinition*/false, KWLoc,
6191 Diag(KWLoc, diag::err_use_with_wrong_tag)
6193 << FixItHint::CreateReplacement(KWLoc,
6270 KWLoc, TemplateNameLoc,
6360 SourceLocation KWLoc,
6369 KWLoc, SS, Name, NameLoc, Attr, AS_none,