Home
last modified time | relevance | path

Searched refs:Reps (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp71 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
74 if (auto Err = Reps.add( in apply()
77 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
H A DExpandMacro.cpp125 tooling::Replacements Reps; in apply() local
126 llvm::cantFail(Reps.add(tooling::Replacement(SM, MacroRange, Replacement))); in apply()
127 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
H A DRawStringLiteral.cpp86 auto Reps = tooling::Replacements( in apply() local
89 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp124 auto Reps = createIncludeFixerReplacements( in addDiagnosticsForContext() local
126 if (!Reps || Reps->size() != 1) in addDiagnosticsForContext()
135 const tooling::Replacement &Placed = *Reps->begin(); in addDiagnosticsForContext()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h190 Edit(llvm::StringRef Code, tooling::Replacements Reps) in Edit()
191 : Replacements(std::move(Reps)), InitialCode(Code) {} in Edit()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp1274 tooling::Replacements Reps; in TEST() local
1276 Reps.add(tooling::Replacement(FilePath, 0, 0, NewContents))); in TEST()
1277 auto E = llvm::cantFail(Effect::mainFileEdit(SM, std::move(Reps))); in TEST()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/
H A DREADME.txt135 T Reps, S Horwitz, and M Sagiv, POPL '95,