Searched refs:ToDiag (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3300 Importer.ToDiag(Loc, diag::warn_odr_function_type_inconsistent) in VisitFunctionDecl() 3302 Importer.ToDiag(FoundFunction->getLocation(), diag::note_odr_value_here) in VisitFunctionDecl() 3649 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitFieldDecl() 3651 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl() 3722 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitIndirectFieldDecl() 3724 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl() 3913 Importer.ToDiag(Loc, diag::warn_odr_ivar_type_inconsistent) in VisitObjCIvarDecl() 3915 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl() 4024 Importer.ToDiag(Loc, diag::warn_odr_variable_type_inconsistent) in VisitVarDecl() 4026 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 556 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);
|