reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 1173     if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
 1175       Diag(IdLoc, diag::err_unknown_template_name)
 1189     TemplateName.setIdentifier(Id, IdLoc);
 1214       *Id, IdLoc, getCurScope(), &SS, /*isClassName=*/true, false, nullptr,
 1219     Diag(IdLoc, diag::err_expected_class_name);
 1224   EndLocation = IdLoc;
 1228   DS.SetRangeStart(IdLoc);
 1234   DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type,