HomeSort by relevance Sort by last modified time
    Searched refs:SDErrorCategory (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 39 const std::error_category &SDErrorCategory();
42 return std::error_code(static_cast<int>(E), SDErrorCategory());
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 293 const std::error_category &clang::serialized_diags::SDErrorCategory() {

Completed in 45 milliseconds