HomeSort by: relevance | last modified time | path
    Searched defs:handleDiagnostics (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticHandler.h 21 /// The handleDiagnostics method must be overriden by the subclasses to handle
33 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
35 /// implement handleDiagnostics().
38 /// Override handleDiagnostics to provide custom implementation.
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 60 bool handleDiagnostics(const DiagnosticInfo &DI) override;
409 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 238 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity,
262 bool handleDiagnostics(const DiagnosticInfo &DI) override {
964 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr);

Completed in 50 milliseconds