Searched refs:NewCode (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.h | 239 void setCode(unsigned NewFrameSize, std::vector<std::byte> &&NewCode, in setCode() argument 243 Code = std::move(NewCode); in setCode()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3217 std::string NewCode; in replaceCRLF() local 3227 NewCode += Code.substr(LastPos); in replaceCRLF() 3230 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; in replaceCRLF() 3234 return NewCode; in replaceCRLF() 3659 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local 3660 if (!NewCode) in processReplacements() 3661 return NewCode.takeError(); in processReplacements() 3666 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements() 3957 auto NewCode = applyAllReplacements( in reformat() local 3959 if (NewCode) { in reformat() [all …]
|
| H A D | ContinuationIndenter.cpp | 2264 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local 2265 if (!NewCode) in reformatRawStringLiteral() 2306 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral() 2316 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()
|