dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
clang_CXRewriter_insertTextBefore
clang
c
Rewrite
Insert the specified string at the specified location in the original buffer.
extern (
C
)
void
clang_CXRewriter_insertTextBefore
(
CXRewriter
Rew
,
CXSourceLocation
Loc
,
const
(
char
)*
Insert
)
Meta
Source
See Implementation
clang
c
Rewrite
aliases
CXRewriter
functions
clang_CXRewriter_create
clang_CXRewriter_dispose
clang_CXRewriter_insertTextBefore
clang_CXRewriter_overwriteChangedFiles
clang_CXRewriter_removeText
clang_CXRewriter_replaceText
clang_CXRewriter_writeMainFileToStdOut
Insert the specified string at the specified location in the original buffer.