Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h38 Unsuitable, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1254 case ParseError::Unsuitable: in message()
2036 return make_error_code(ParseError::Unsuitable); in parseConfiguration()
4047 if (EC != ParseError::Unsuitable) { in getStyle()