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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h347 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
353 /// Otherwise identical to the reformat() function consuming a \c Lexer.
354 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp644 // If we did not reformat this unwrapped line, the column at the end of
1355 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, function in namespace:clang::format
1362 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, function in namespace:clang::format
1385 return reformat(Style, Lex, SourceMgr, CharRanges);

Completed in 97 milliseconds