• Home
  • Raw
  • Download

Lines Matching refs:ToDiag

2977           Importer.ToDiag(Loc, diag::err_odr_function_type_inconsistent)  in VisitFunctionDecl()
2979 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()
3198 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent) in VisitFieldDecl()
3200 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()
3268 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent) in VisitIndirectFieldDecl()
3270 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl()
3328 Importer.ToDiag(Loc, diag::err_odr_ivar_type_inconsistent) in VisitObjCIvarDecl()
3330 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl()
3414 Importer.ToDiag(Loc, diag::err_odr_variable_type_inconsistent) in VisitVarDecl()
3416 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()
3431 Importer.ToDiag(ExistingDef->getLocation(), in VisitVarDecl()
3567 Importer.ToDiag(Loc, diag::err_odr_objc_method_result_type_inconsistent) in VisitObjCMethodDecl()
3570 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
3578 Importer.ToDiag(Loc, diag::err_odr_objc_method_num_params_inconsistent) in VisitObjCMethodDecl()
3581 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
3597 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()
3606 Importer.ToDiag(Loc, diag::err_odr_objc_method_variadic_inconsistent) in VisitObjCMethodDecl()
3608 Importer.ToDiag(FoundMethod->getLocation(), in VisitObjCMethodDecl()
3906 Importer.ToDiag(To->getLocation(), in ImportDefinition()
3910 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
3913 Importer.ToDiag(To->getLocation(), in ImportDefinition()
4152 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
4158 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
4162 Importer.ToDiag(Impl->getLocation(), in VisitObjCImplementationDecl()
4201 Importer.ToDiag(Loc, diag::err_odr_objc_property_type_inconsistent) in VisitObjCPropertyDecl()
4203 Importer.ToDiag(FoundProp->getLocation(), diag::note_odr_value_here) in VisitObjCPropertyDecl()
4297 Importer.ToDiag(ToImpl->getLocation(), in VisitObjCPropertyImplDecl()
4312 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
6637 DiagnosticBuilder ASTImporter::ToDiag(SourceLocation Loc, unsigned DiagID) { in ToDiag() function in ASTImporter