Home
last modified time | relevance | path

Searched refs:NewCode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2011 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local
2012 if (!NewCode) in processReplacements()
2013 return NewCode.takeError(); in processReplacements()
2018 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements()
2198 auto NewCode = applyAllReplacements( in reformat() local
2200 if (NewCode) { in reformat()
2204 CurrentCode = std::move(*NewCode); in reformat()
H A DContinuationIndenter.cpp1543 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local
1545 if (!NewCode) { in reformatRawStringLiteral()
1587 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral()
1596 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()