Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h39 const std::error_category &SDErrorCategory();
42 return std::error_code(static_cast<int>(E), SDErrorCategory()); in make_error_code()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp293 const std::error_category &clang::serialized_diags::SDErrorCategory() { in SDErrorCategory() function in clang::serialized_diags