Home
last modified time | relevance | path

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

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