Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h532 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3769 Importer.ToDiag(Loc, diag::warn_odr_function_type_inconsistent) in VisitFunctionDecl()
3771 Importer.ToDiag(FoundFunction->getLocation(), diag::note_odr_value_here) in VisitFunctionDecl()
4154 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitFieldDecl()
4156 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()
4244 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitIndirectFieldDecl()
4246 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl()
4419 Importer.ToDiag(Loc, diag::warn_odr_ivar_type_inconsistent) in VisitObjCIvarDecl()
4421 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl()
4530 Importer.ToDiag(Loc, diag::warn_odr_variable_type_inconsistent) in VisitVarDecl()
4532 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()
[all …]