libclang v0.3.1 (2023-03-15T16:06:51Z)
Dub
Repo
clang_CXRewriter_insertTextBefore
clang
c
rewrite
Insert the specified string at the specified location in the original buffer.
extern (
C
) @
trusted
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.