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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h39 const std::error_category &SDErrorCategory();
42 return std::error_code(static_cast<int>(E), SDErrorCategory());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp369 const std::error_category &clang::serialized_diags::SDErrorCategory() { function in class:clang::serialized_diags

Completed in 207 milliseconds