Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h118 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode() argument
121 Code = std::move(NewCode); in setCode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2234 std::string NewCode; in replaceCRLF() local
2244 NewCode += Code.substr(LastPos); in replaceCRLF()
2247 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; in replaceCRLF()
2251 return NewCode; in replaceCRLF()
2631 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local
2632 if (!NewCode) in processReplacements()
2633 return NewCode.takeError(); in processReplacements()
2638 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements()
2824 auto NewCode = applyAllReplacements( in reformat() local
2826 if (NewCode) { in reformat()
[all …]
H A DContinuationIndenter.cpp1733 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local
1735 if (!NewCode) { in reformatRawStringLiteral()
1777 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral()
1787 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()