Lines Matching refs:ToDiag
3382 Importer.ToDiag(Loc, diag::warn_odr_function_type_inconsistent) in VisitFunctionDecl()
3384 Importer.ToDiag(FoundFunction->getLocation(), diag::note_odr_value_here) in VisitFunctionDecl()
3750 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitFieldDecl()
3752 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()
3823 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitIndirectFieldDecl()
3825 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl()
4014 Importer.ToDiag(Loc, diag::warn_odr_ivar_type_inconsistent) in VisitObjCIvarDecl()
4016 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl()
4125 Importer.ToDiag(Loc, diag::warn_odr_variable_type_inconsistent) in VisitVarDecl()
4127 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()
4320 Importer.ToDiag(Loc, diag::warn_odr_objc_method_result_type_inconsistent) in VisitObjCMethodDecl()
4323 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
4332 Importer.ToDiag(Loc, diag::warn_odr_objc_method_num_params_inconsistent) in VisitObjCMethodDecl()
4335 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
4352 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()
4362 Importer.ToDiag(Loc, diag::warn_odr_objc_method_variadic_inconsistent) in VisitObjCMethodDecl()
4364 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
5009 Importer.ToDiag(To->getLocation(), in ImportDefinition()
5013 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
5016 Importer.ToDiag(To->getLocation(), in ImportDefinition()
5275 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
5281 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
5285 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
5329 Importer.ToDiag(Loc, diag::warn_odr_objc_property_type_inconsistent) in VisitObjCPropertyDecl()
5331 Importer.ToDiag(FoundProp->getLocation(), diag::note_odr_value_here) in VisitObjCPropertyDecl()
5429 Importer.ToDiag(ToImpl->getLocation(), in VisitObjCPropertyImplDecl()
5445 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
9828 DiagnosticBuilder ASTImporter::ToDiag(SourceLocation Loc, unsigned DiagID) { in ToDiag() function in ASTImporter