Home
last modified time | relevance | path

Searched refs:replaceText (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h92 bool replaceText(SourceLocation loc, StringRef text,
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp164 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit