Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h151 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 DQualifierAlignmentFixer.cpp74 auto NewCode = applyAllReplacements( in analyze() local
76 if (NewCode) { in analyze()
79 CurrentCode = std::move(*NewCode); in analyze()
H A DFormat.cpp2837 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 DContinuationIndenter.cpp1931 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()