HomeSort by: relevance | last modified time | path
    Searched refs:replaceText (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 142 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()),
Internals.h 70 void replaceText(SourceLocation loc, StringRef text,
TransEmptyStatementsAndDealloc.cpp 234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc");
TransformActions.cpp 140 void replaceText(SourceLocation loc, StringRef text,
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text,
659 void TransformActions::replaceText(SourceLocation loc, StringRef text,
661 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text,
TransGCAttrs.cpp 208 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained");
Transforms.cpp 426 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h 92 bool replaceText(SourceLocation loc, StringRef text,
  /src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp 165 bool Commit::replaceText(SourceLocation loc, StringRef text,

Completed in 19 milliseconds