Searched refs:NewCode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Function.h | 199 void setCode(unsigned NewFrameSize, std::vector<std::byte> &&NewCode, in setCode() argument 203 Code = std::move(NewCode); in setCode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3015 std::string NewCode; in replaceCRLF() local 3025 NewCode += Code.substr(LastPos); in replaceCRLF() 3028 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; in replaceCRLF() 3032 return NewCode; in replaceCRLF() 3439 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local 3440 if (!NewCode) in processReplacements() 3441 return NewCode.takeError(); in processReplacements() 3446 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements() 3727 auto NewCode = applyAllReplacements( in reformat() local 3729 if (NewCode) { in reformat() [all …]
|
| H A D | ContinuationIndenter.cpp | 2096 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local 2098 if (!NewCode) in reformatRawStringLiteral() 2139 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral() 2149 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()
|