Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h44 const std::error_category &getParseCategory();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp621 const std::error_category &getParseCategory() { in getParseCategory() function
626 return std::error_code(static_cast<int>(e), getParseCategory()); in make_error_code()