Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h37 const std::error_category &getParseCategory();
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp318 const std::error_category &getParseCategory() { in getParseCategory() function
323 return std::error_code(static_cast<int>(e), getParseCategory()); in make_error_code()