Lines Matching defs:Code

1766 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code,  in sortCppIncludes()
1923 tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code, in sortJavaImports()
1975 bool isMpegTS(StringRef Code) { in isMpegTS()
1982 bool isLikelyXml(StringRef Code) { return Code.ltrim().startswith("<"); } in isLikelyXml()
1984 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes()
2005 processReplacements(T ProcessFunc, StringRef Code, in processReplacements()
2024 formatReplacements(StringRef Code, const tooling::Replacements &Replaces, in formatReplacements()
2040 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements()
2062 fixCppIncludeInsertions(StringRef Code, const tooling::Replacements &Replaces, in fixCppIncludeInsertions()
2134 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces, in cleanupAroundReplacements()
2151 reformat(const FormatStyle &Style, StringRef Code, in reformat()
2217 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2228 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code, in cleanup()
2237 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2248 StringRef Code, in fixNamespaceEndComments()
2257 StringRef Code, in sortUsingDeclarations()
2313 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code) { in guessLanguage()
2337 StringRef Code, in getStyle()