Home
last modified time | relevance | path

Searched refs:NewContents (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp1263 static constexpr const char *NewContents = "{not;\nformatted;}"; in TEST() local
1276 Reps.add(tooling::Replacement(FilePath, 0, 0, NewContents))); in TEST()
1309 NewContents); in TEST()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4860 std::string NewContents; in patchELFSymTabs() local
4875 NewContents.append(reinterpret_cast<const char *>(&Sym), in patchELFSymTabs()
4886 copyByteArray(NewContents), in patchELFSymTabs()
4887 NewContents.size(), in patchELFSymTabs()