Searched defs:ToDiag (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp2681 Importer.ToDiag(Loc, diag::err_odr_function_type_inconsistent)
2683 Importer.ToDiag(FoundFunction->getLocation(),
2874 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
2876 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
2936 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
2938 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
2990 Importer.ToDiag(Loc, diag::err_odr_ivar_type_inconsistent)
2992 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here)
3073 Importer.ToDiag(Loc, diag::err_odr_variable_type_inconsistent)
3075 Importer.ToDiag(FoundVa
5059 DiagnosticBuilder ASTImporter::ToDiag(SourceLocation Loc, unsigned DiagID) { function in class:ASTImporter
[all...]

Completed in 459 milliseconds