ΒΆvoid clang_CXRewriter_insertTextBefore(
    CXRewriter Rew,
    CXSourceLocation Loc,
    const char* Insert)

Description

Insert the specified string at the specified location in the original buffer.

Declared at: clang/include/clang-c/Rewrite.h:30

Parameters

CXRewriter Rew
CXSourceLocation Loc
const char* Insert