Home | History | Annotate | Download | only in AST

Lines Matching refs:ToDiag

2704           Importer.ToDiag(Loc, diag::err_odr_function_type_inconsistent)
2706 Importer.ToDiag(FoundFunction->getLocation(),
2898 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
2900 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
2960 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
2962 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
3017 Importer.ToDiag(Loc, diag::err_odr_ivar_type_inconsistent)
3019 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here)
3100 Importer.ToDiag(Loc, diag::err_odr_variable_type_inconsistent)
3102 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here)
3117 Importer.ToDiag(ExistingDef->getLocation(),
3242 Importer.ToDiag(Loc, diag::err_odr_objc_method_result_type_inconsistent)
3245 Importer.ToDiag(FoundMethod->getLocation(),
3253 Importer.ToDiag(Loc, diag::err_odr_objc_method_num_params_inconsistent)
3256 Importer.ToDiag(FoundMethod->getLocation(),
3272 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here)
3281 Importer.ToDiag(Loc, diag::err_odr_objc_method_variadic_inconsistent)
3283 Importer.ToDiag(FoundMethod->getLocation(),
3541 Importer.ToDiag(To->getLocation(),
3545 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass)
3548 Importer.ToDiag(To->getLocation(),
3760 Importer.ToDiag(Impl->getLocation(),
3766 Importer.ToDiag(Impl->getLocation(),
3770 Importer.ToDiag(Impl->getLocation(),
3806 Importer.ToDiag(Loc, diag::err_odr_objc_property_type_inconsistent)
3808 Importer.ToDiag(FoundProp->getLocation(), diag::note_odr_value_here)
3900 Importer.ToDiag(ToImpl->getLocation(),
3915 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(),
5129 DiagnosticBuilder ASTImporter::ToDiag(SourceLocation Loc, unsigned DiagID) {