Home
last modified time | relevance | path

Searched refs:ToDiag (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp2774 Importer.ToDiag(Loc, diag::err_odr_function_type_inconsistent) in VisitFunctionDecl()
2776 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()
2979 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent) in VisitFieldDecl()
2981 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()
3044 Importer.ToDiag(Loc, diag::err_odr_field_type_inconsistent) in VisitIndirectFieldDecl()
3046 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl()
3104 Importer.ToDiag(Loc, diag::err_odr_ivar_type_inconsistent) in VisitObjCIvarDecl()
3106 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl()
3190 Importer.ToDiag(Loc, diag::err_odr_variable_type_inconsistent) in VisitVarDecl()
3192 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()
[all …]
/external/clang/include/clang/AST/
DASTImporter.h259 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);