Searched defs:reformat (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DFormat.cpp1573 // If we did not reformat this unwrapped line, the column at the end of
1892 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, function in namespace:clang::format
1899 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, function in namespace:clang::format
1922 return reformat(Style, Lex, SourceMgr, CharRanges);

Completed in 51 milliseconds