Home
last modified time | relevance | path

Searched refs:Replaces (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements()
275 unsigned size() const { return Replaces.size(); } in size()
277 void clear() { Replaces.clear(); } in clear()
279 bool empty() const { return Replaces.empty(); } in empty()
281 const_iterator begin() const { return Replaces.begin(); } in begin()
283 const_iterator end() const { return Replaces.end(); } in end()
287 const_reverse_iterator rend() const { return Replaces.rend(); } in rend()
290 return Replaces == RHS.Replaces;
295 : Replaces(Begin, End) {} in Replacements()
313 ReplacementsImpl Replaces; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp248 if (!Replaces.empty() && R.getFilePath() != Replaces.begin()->getFilePath()) in add()
254 Replaces.insert(R); in add()
284 Replaces.erase(I); in add()
295 Replaces.insert(R); in add()
302 Replaces.insert(R); in add()
320 Replaces.insert(R); in add()
448 auto &First = Replaces; in merge()
519 if (Replaces.empty()) in calculateRangesAfterReplacements()
570 for (auto I = Replaces.rbegin(), E = Replaces.rend(); I != E; ++I) { in applyAllReplacements()
582 if (Replaces.empty()) in applyAllReplacements()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp185 Replacements Replaces; in combineReplacementsInChanges() local
188 if (auto Err = Replaces.add(Replacement( in combineReplacementsInChanges()
191 return Replaces; in combineReplacementsInChanges()
220 RemovedHeaders(std::move(RemovedHeaders)), Replaces(std::move(Replaces)) { in AtomicChange()
226 if (!(Replaces == Other.Replaces)) in operator ==()
248 for (const auto &R : NE.Replaces) { in convertFromYAML()
249 llvm::Error Err = E.Replaces.add(R); in convertFromYAML()
274 llvm::Error Err = Replaces.add(R); in insert()
285 Replaces = Replaces.merge(Replacements(NewR)); in insert()
311 llvm::Expected<Replacements> Replaces = in applyAtomicChanges() local
[all …]
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp332 static void outputReplacementsXML(const Replacements &Replaces) { in outputReplacementsXML() argument
333 for (const auto &R : Replaces) { in outputReplacementsXML()
344 if (Replaces.empty()) in emitReplacementWarnings()
354 for (const auto &R : Replaces) { in emitReplacementWarnings()
369 static void outputXML(const Replacements &Replaces, in outputXML() argument
385 outputReplacementsXML(Replaces); in outputXML()
485 auto Err = Replaces.add(tooling::Replacement( in format()
497 Ranges = tooling::calculateRangesAfterReplacements(Replaces, Ranges); in format()
501 Replaces = Replaces.merge(FormatChanges); in format()
504 return emitReplacementWarnings(Replaces, AssumedFileName, Code); in format()
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol36 Replaces: libnvpair1, libnvpair3, libnvpair3linux
47 Replaces: libpam-zfs
62 Replaces: libuutil1, libuutil3, libuutil3linux
85 Replaces: libzfslinux-dev
103 Replaces: libzfs2, libzfs4, libzfs4linux
131 Replaces: libzpool2, libzpool5, libzpool5linux
147 Replaces: python3-pyzfs
168 Replaces: pyzfs-doc
199 Replaces: spl-dkms, zfs-dkms
234 Replaces: zfs-dracut
[all …]
H A Dcontrol.modules.in19 Replaces: zfs-modules-_KVERS_
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h117 const Replacements &getReplacements() const { return Replaces; } in getReplacements()
119 Replacements &getReplacements() { return Replaces; } in getReplacements()
137 clang::tooling::Replacements Replaces);
145 tooling::Replacements Replaces; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3243 return Replaces; in sortCppIncludes()
3378 return Replaces; in sortJavaImports()
3399 return Replaces; in sortJavaImports()
3416 return Replaces; in sortIncludes()
3418 return Replaces; in sortIncludes()
3421 return Replaces; in sortIncludes()
3428 return Replaces; in sortIncludes()
3436 if (Replaces.empty()) in processReplacements()
3493 return Replaces; in fixCppIncludeInsertions()
3514 return Replaces; in fixCppIncludeInsertions()
[all …]
H A DWhitespaceManager.h355 tooling::Replacements Replaces; variable
H A DWhitespaceManager.cpp79 return Replaces.add(Replacement); in addReplacement()
105 return Replaces; in generateReplacements()
120 return Replaces; in generateReplacements()
1659 auto Err = Replaces.add(tooling::Replacement( in storeReplacement()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs62x-keys.yaml84 * Two-channel SAR. Replaces CH0-2 plus metal touch and proximity events
88 *** One-channel SAR. Replaces CH0-2 touch and proximity events if enabled
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml68 Replaces all page 1 offsets used for EVTQ_PROD/CONS, PRIQ_PROD/CONS
/freebsd/contrib/kyua/utils/format/
H A Dformatter.ipp40 /// Replaces the first format placeholder in a formatter.
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp600 tooling::Replacements Replaces = in formatTextOfDeclaration() local
602 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5051 formatReplacements(StringRef Code, const tooling::Replacements &Replaces,
5068 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces,
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake46 # Replaces /W3 with /W4 in defaults.
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt415 # Replaces __sanitizer_cov_trace_cmp with __dfsw___sanitizer_cov_trace_cmp
/freebsd/contrib/bmake/
H A Dbmake.cat1926 ::EE Replaces each word with its suffix.
928 ::HH Replaces each word with its dirname.
981 ::RR Replaces each word with everything but its suffix.
1061 ::TT Replaces each word with its last path component (basename).
/freebsd/contrib/libxo/doc/
H A Dapi.rst271 XOF_UNDERSCORES Replaces hyphens with underscores
/freebsd/contrib/diff/
H A DChangeLog25 (AC_CONFIG_HEADER): Replaces AM_CONFIG_HEADER.
26 (gl_USE_SYSTEM_EXTENSIONS): Replaces AC_GNU_SOURCE.