Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h218 void setCode(unsigned NewFrameSize, std::vector<std::byte> &&NewCode, in setCode() argument
222 Code = std::move(NewCode); in setCode()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3048 std::string NewCode; in replaceCRLF() local
3058 NewCode += Code.substr(LastPos); in replaceCRLF()
3061 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; in replaceCRLF()
3065 return NewCode; in replaceCRLF()
3482 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local
3483 if (!NewCode) in processReplacements()
3484 return NewCode.takeError(); in processReplacements()
3489 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements()
3769 auto NewCode = applyAllReplacements( in reformat() local
3771 if (NewCode) { in reformat()
[all …]
H A DContinuationIndenter.cpp2145 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local
2147 if (!NewCode) in reformatRawStringLiteral()
2188 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral()
2198 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()