Searched defs:Replacements (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
98 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; member in class:llvm::formatv_object_base
93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) {
102 Replacements(std::move(rhs.Replacements)) {
107 for (auto &R : Replacements) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Core/
H A DReplacement.h196 /// \brief Less-than operator between two Replacements.
199 /// \brief Equal-to operator between two Replacements.
205 class Replacements { class in namespace:clang::tooling
213 Replacements() = default;
215 explicit Replacements(const Replacement &R) { Replaces.insert(R); } function in class:clang::tooling::Replacements
251 /// Replacements with offset UINT_MAX are special - we do not detect conflicts
258 LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
282 bool operator==(const Replacements &RHS) const {
288 Replacements(const_iterato function in class:clang::tooling::Replacements
332 std::vector<Replacement> Replacements; member in struct:clang::tooling::TranslationUnitReplacements
[all...]

Completed in 341 milliseconds

12