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

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 42 // if a Replacement marker contains non-empty description, a reversion UI will be shown.
43 Replacement = 1 << 3,
45 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
46 // marker. For instance, after some text has been corrected, it will have both Replacement
48 // CorrectionIndicator marker, but retain Replacement marker.
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/clang/include/clang/AST/
TemplateName.h 340 TemplateName Replacement;
343 TemplateName replacement)
345 Parameter(parameter), Replacement(replacement) {}
349 TemplateName getReplacement() const { return Replacement; }
355 TemplateName replacement);
  /external/llvm/lib/VMCore/
BasicBlock.cpp 70 Constant *Replacement =
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 451 Constant *Replacement =
453 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
    [all...]
  /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/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 150 static char ID; // Pass ID, replacement for typeid
    [all...]
ObjCARC.cpp 16 // redundant weak pointer operations, pattern-matching and replacement of
679 static char ID; // Class identification, replacement for typeinfo
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 219 // If replacement succeeded or warning disabled return with no warning.
247 // If replacement succeeded or warning disabled return with no warning.
    [all...]
RewriteObjC.cpp 205 // If replacement succeeded or warning disabled return with no warning.
233 // If replacement succeeded or warning disabled return with no warning.
    [all...]

Completed in 270 milliseconds