Home
last modified time | relevance | path

Searched defs:NewCode (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DPreambleTests.cpp632 Annotations NewCode("[[x]];/* error-ok */"); in TEST() local
640 Annotations NewCode(R"( in TEST() local
664 Annotations NewCode(R"([[# include "foo.h"]])"); in TEST() local
674 Annotations NewCode(R"( in TEST() local
689 Annotations NewCode(R"(#define BARXYZ 1 in TEST() local
705 Annotations NewCode(R"( in TEST() local
717 Annotations NewCode("#include [[<foo>]]"); in TEST() local
725 Annotations NewCode("#define BAR\n#define BAZ\n"); in TEST() local
732 Annotations NewCode(R"( in TEST() local
744 Annotations NewCode(" # include <foo>"); in TEST() local
[all …]
H A DFormatTests.cpp31 auto NewCode = tooling::applyAllReplacements(Code.code(), Merged); in afterTyped() local
/llvm-project/bolt/lib/Passes/
H A DPLTCall.cpp73 const InstructionListType NewCode = BC.MIB->createIndirectPLTCall( in runOnFunctions() local
H A DBinaryPasses.cpp1748 const InstructionListType NewCode = runOnFunctions() local
/llvm-project/clang/unittests/Rename/
H A DClangRenameTest.h
/llvm-project/clang/unittests/Format/
H A DFormatTestJson.cpp39 StringRef NewCode = *ChangedCode; in format() local
/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp373 std::string NewCode; in createInsertedReplacements() local
/llvm-project/clang/lib/Format/
H A DFormat.cpp3048 std::string NewCode; replaceCRLF() local
3482 auto NewCode = applyAllReplacements(Code, Replaces); processReplacements() local
3769 auto NewCode = applyAllReplacements( reformat() local
[all...]
H A DContinuationIndenter.cpp2147 auto NewCode = applyAllReplacements(RawText, Fixes.first); reformatRawStringLiteral() local
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp736 std::string NewCode(*Code); onDocumentDidChange() local