Home | History | Annotate | Download | only in Format

Lines Matching refs:error_code

395 std::error_code make_error_code(ParseError e) {
396 return std::error_code(static_cast<int>(e), getParseCategory());
700 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) {
1966 if (std::error_code ec = parseConfiguration(StyleName, &Style)) {
2008 if (std::error_code EC = Text.getError()) {
2012 if (std::error_code ec =