Home
last modified time | relevance | path

Searched defs:replaceWithInner (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DCommit.h104 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DCommit.cpp127 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() function in Commit