Searched defs:getParseCategory (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Format/ | ||
H A D | Format.cpp | 391 const std::error_category &getParseCategory() { function in namespace:clang::format 396 return std::error_code(static_cast<int>(e), getParseCategory()); |
Completed in 118 milliseconds