OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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