Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3300 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 DASTImporter.h556 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);