| HD | Format.cpp | 3514 return reformat(Style, Code, Ranges, FileName); in formatReplacements() 3622 reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3812 return internal::reformat(Style, Code, Ranges, in reformat() 3831 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3835 auto Result = reformat(Style, Code, Ranges, FileName, &Status); in reformat()
|