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

/external/clang/lib/AST/
H A DASTImporter.cpp2977 Importer.ToDiag(Loc, diag::err_odr_function_type_inconsistent)
2979 Importer.ToDiag(FoundFunction->getLocation(),
3198 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
3200 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
3268 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent)
3270 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
3328 Importer.ToDiag(Loc, diag::err_odr_ivar_type_inconsistent)
3330 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here)
3414 Importer.ToDiag(Loc, diag::err_odr_variable_type_inconsistent)
3416 Importer.ToDiag(FoundVa
6637 DiagnosticBuilder ASTImporter::ToDiag(SourceLocation Loc, unsigned DiagID) { function in class:ASTImporter
[all...]

Completed in 88 milliseconds