Searched refs:ToDiag (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 545 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4038 Importer.ToDiag(Loc, diag::warn_odr_function_type_inconsistent) in VisitFunctionDecl() 4040 Importer.ToDiag(FoundFunction->getLocation(), diag::note_odr_value_here) in VisitFunctionDecl() 4429 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitFieldDecl() 4431 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl() 4513 Importer.ToDiag(Loc, diag::warn_odr_field_type_inconsistent) in VisitIndirectFieldDecl() 4515 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitIndirectFieldDecl() 4692 Importer.ToDiag(Loc, diag::warn_odr_ivar_type_inconsistent) in VisitObjCIvarDecl() 4694 Importer.ToDiag(FoundIvar->getLocation(), diag::note_odr_value_here) in VisitObjCIvarDecl() 4803 Importer.ToDiag(Loc, diag::warn_odr_variable_type_inconsistent) in VisitVarDecl() 4805 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9217 {"_ZN5clang11ASTImporter6ToDiagENS_14SourceLocationEj", "clang::ASTImporter::ToDiag(clang::SourceLo…
|