Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h31 enum class ParseError { Success = 0, Error, Unsuitable }; enumerator
/external/clang/lib/Format/
DFormat.cpp409 case ParseError::Unsuitable: in message()
743 return make_error_code(ParseError::Unsuitable); in parseConfiguration()
2014 if (ec == ParseError::Unsuitable) { in getStyle()
/external/clang/unittests/Format/
DFormatTest.cpp9954 ParseError::Unsuitable); in TEST_F()
9967 ParseError::Unsuitable); in TEST_F()