Home
last modified time | relevance | path

Searched refs:CompilationDiagnosticReport (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp111 static llvm::Optional<driver::Driver::CompilationDiagnosticReport>
129 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments()
144 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h447 struct CompilationDiagnosticReport { struct
457 CompilationDiagnosticReport *GeneratedReport = nullptr); argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1344 StringRef AdditionalInformation, CompilationDiagnosticReport *Report) { in generateCompilationDiagnostics()