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

  /external/clang/include/clang/Tooling/
Refactoring.h 68 /// \brief A text replacement.
70 /// Represents a SourceManager independent replacement of a range of text in a
72 class Replacement {
74 /// \brief Creates an invalid (not applicable) replacement.
75 Replacement();
77 /// \brief Creates a replacement of the range [Offset, Offset+Length) in
83 Replacement(StringRef FilePath, unsigned Offset,
86 /// \brief Creates a Replacement of the range [Start, Start+Length) with
88 Replacement(SourceManager &Sources, SourceLocation Start, unsigned Length,
91 /// \brief Creates a Replacement of the given range with ReplacementText
    [all...]
  /external/clang/lib/Tooling/
Refactoring.cpp 28 Replacement::Replacement()
31 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length,
36 Replacement::Replacement(SourceManager &Sources, SourceLocation Start,
41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range,
46 bool Replacement::isApplicable() const {
50 bool Replacement::apply(Rewriter &Rewrite) const
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 344 TemplateName Replacement;
347 TemplateName replacement)
349 Parameter(parameter), Replacement(replacement) {}
353 TemplateName getReplacement() const { return Replacement; }
359 TemplateName replacement);
  /external/llvm/lib/IR/
BasicBlock.cpp 70 Constant *Replacement =
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 442 // and such; to do the replacement, the argument must have type i8*.
463 Instruction *Replacement = Inst;
469 if (Replacement->getType() != UseTy)
470 Replacement = new BitCastInst(Replacement, UseTy, "",
482 PHI->setIncomingValue(i, Replacement);
485 if (Replacement->getType() != UseTy)
486 Replacement = new BitCastInst(Replacement, UseTy, "",
488 U.set(Replacement);
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 236 SmallString<64> Replacement;
238 Replacement += "InGroup<";
239 Replacement += (*I)->ExplicitDef->getName();
240 Replacement += ">";
242 SMFixIt FixIt(InGroupRange, Replacement.str());
  /external/chromium/chrome/browser/search_engines/
template_url.h 59 // Returns true if this URL supports replacement.
69 // If this TemplateURLRef does not support replacement (SupportsReplacement
127 // Returns true if this TemplateURLRef has a replacement term of
165 struct Replacement {
166 Replacement(ReplacementType type, size_t index)
173 typedef std::vector<struct Replacement> Replacements;
175 // TemplateURLRef internally caches values to make replacement quick. This
242 // Do we support replacement?
289 // replacement.
381 // a TemplateURLRef that supports replacement. Use ShowInDefaultList t
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 131 // Returns true if this URL supports search term replacement.
141 // If this TemplateURLRef does not support replacement (SupportsReplacement
192 // Returns true if this TemplateURLRef has a replacement term of
257 struct Replacement {
258 Replacement(ReplacementType type, size_t index)
262 // Indicates the location in where the replacement is replaced. If
269 typedef std::vector<struct Replacement> Replacements;
274 // TemplateURLRef internally caches values to make replacement quick. This
324 // Handles a replacement by using real term data. If the replacement
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 497 Constant *Replacement =
499 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 151 static char ID; // Pass ID, replacement for typeid
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 207 // If replacement succeeded or warning disabled return with no warning.
235 // If replacement succeeded or warning disabled return with no warning.
    [all...]
RewriteModernObjC.cpp 244 // If replacement succeeded or warning disabled return with no warning.
272 // If replacement succeeded or warning disabled return with no warning.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 468 milliseconds