Searched defs:addInsertion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp167 void addInsertion(SourceLocation loc, StringRef text);
436 addInsertion(loc, text);
441 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
504 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl

Completed in 24 milliseconds