git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-12 00:37:26 +00:00
Родитель bef679c131
Коммит cde8bc49a1
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -98,7 +98,9 @@ public:
/// on rewritable source locations.
void RemoveText(SourceLocation Start, SourceLocation End);
/// ReplaceText - This method replaces a range of characters in the input
/// buffer with a new string. This is effectively a combined "remove/insert"
/// operation.
void ReplaceText(SourceLocation Start, unsigned OrigLength,
const char *NewStr, unsigned NewLength);