HomeSort by relevance Sort by last modified time
    Searched defs:Replacements (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/
KURLGooglePrivate.h 74 typedef url_canon::Replacements<url_parse::UTF16Char> Replacements;
75 void replaceComponents(const Replacements&);
  /external/clang/include/clang/Tooling/
Refactoring.h 69 /// Only replacements that are in a valid file can be applied.
103 /// \brief A set of Replacements.
105 typedef std::set<Replacement, Replacement::Less> Replacements;
107 /// \brief Apply all replacements on the Rewriter.
112 bool applyAllReplacements(Replacements &Replaces, Rewriter &Rewrite);
117 /// All text replacements added to getReplacements() during the run of the
126 /// \brief Returns a set of replacements. All replacements added during the
129 Replacements &getReplacements();
136 Replacements Replace
    [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 113 // Replacements - This vector contains a list of replacements to perform.
114 SmallVector<std::pair<GlobalVariable*, GlobalVariable*>, 32> Replacements;
164 // the Replacements vector. We cannot do the replacement in this pass
198 Replacements.push_back(std::make_pair(GV, Slot));
201 if (Replacements.empty())
205 // Now that we have figured out which replacements must be made, do them all
208 for (unsigned i = 0, e = Replacements.size(); i != e; ++i) {
210 if (Replacements[i].first->getAlignment() ||
211 Replacements[i].second->getAlignment())
    [all...]
  /external/chromium/googleurl/src/
gurl.h 44 typedef url_canon::StdStringReplacements<std::string> Replacements;
174 // supplied versions. See the Replacements class in url_canon.h for more.
182 // Note that we use the more general url_canon::Replacements type to give
185 const url_canon::Replacements<char>& replacements) const;
187 const url_canon::Replacements<char16>& replacements) const;
url_canon.h 635 class Replacements {
637 Replacements() {
755 const Replacements<char>& replacements,
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.h 173 typedef std::vector<struct Replacement> Replacements;
186 // replacements indicating the type and range of the element. The original
194 Replacements* replacements) const;
198 // known parameters that are encountered an entry is added to replacements.
202 Replacements* replacements,
247 mutable Replacements replacements_;
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 111 milliseconds