Searched refs:ToDiag (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTImporter.h | 268 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 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() [all …]
|