Searched refs:Reps (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ObjCLocalizeStringLiteral.cpp | 75 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()
|
D | ExpandMacro.cpp | 125 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()
|
D | RawStringLiteral.cpp | 94 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/ |
D | IncludeFixer.cpp | 124 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/ |
D | SourceCode.h | 186 Edit(llvm::StringRef Code, tooling::Replacements Reps) in Edit() 187 : Replacements(std::move(Reps)), InitialCode(Code) {} in Edit()
|
/external/llvm-project/clang/lib/StaticAnalyzer/ |
D | README.txt | 135 T Reps, S Horwitz, and M Sagiv, POPL '95,
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 135 T Reps, S Horwitz, and M Sagiv, POPL '95,
|
/external/golang-protobuf/ |
D | README.md | 194 Reps: []int64{1, 2, 3},
|