Searched refs:NewCode (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Function.h | 151 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode() argument 154 Code = std::move(NewCode); in setCode()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | QualifierAlignmentFixer.cpp | 74 auto NewCode = applyAllReplacements( in analyze() local 76 if (NewCode) { in analyze() 79 CurrentCode = std::move(*NewCode); in analyze()
|
H A D | Format.cpp | 2837 std::string NewCode; in replaceCRLF() local 2847 NewCode += Code.substr(LastPos); in replaceCRLF() 2850 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; in replaceCRLF() 2854 return NewCode; in replaceCRLF() 3264 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements() local 3265 if (!NewCode) in processReplacements() 3266 return NewCode.takeError(); in processReplacements() 3271 ProcessFunc(Style, *NewCode, ChangedRanges, FileName); in processReplacements() 3540 auto NewCode = applyAllReplacements( in reformat() local 3542 if (NewCode) { in reformat() [all …]
|
H A D | ContinuationIndenter.cpp | 1931 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral() local 1933 if (!NewCode) in reformatRawStringLiteral() 1974 *NewCode, FirstStartColumn, Style.TabWidth, Encoding); in reformatRawStringLiteral() 1984 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos); in reformatRawStringLiteral()
|