Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
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()
DRawStringLiteral.cpp94 auto Reps = tooling::Replacements( in apply() local
97 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
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()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h186 Edit(llvm::StringRef Code, tooling::Replacements Reps) in Edit()
187 : Replacements(std::move(Reps)), InitialCode(Code) {} in Edit()
/external/llvm-project/clang/lib/StaticAnalyzer/
DREADME.txt135 T Reps, S Horwitz, and M Sagiv, POPL '95,
/external/clang/lib/StaticAnalyzer/
DREADME.txt135 T Reps, S Horwitz, and M Sagiv, POPL '95,
/external/golang-protobuf/
DREADME.md194 Reps: []int64{1, 2, 3},