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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h37 const std::error_category &getParseCategory();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp392 const std::error_category &getParseCategory() { function in namespace:clang::format
397 return std::error_code(static_cast<int>(e), getParseCategory());

Completed in 55 milliseconds