Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h50 const std::error_category &getParseCategory();
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1241 const std::error_category &getParseCategory() { in getParseCategory() function
1246 return std::error_code(static_cast<int>(e), getParseCategory()); in make_error_code()