зеркало из https://github.com/microsoft/clang-1.git
add comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
bef679c131
Коммит
cde8bc49a1
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче