HomeSort by: relevance | last modified time | path
    Searched defs:insertAfterToken (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h 73 bool insertAfterToken(SourceLocation loc, StringRef text,
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 134 void insertAfterToken(SourceLocation loc, StringRef text);
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) {
633 void TransformActions::insertAfterToken(SourceLocation loc,
635 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);

Completed in 22 milliseconds