astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_clang_Stmt_cxx_0x230feb39.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "clang/AST/Stmt.h"
#include "llvm/Support/raw_ostream.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_Stmt_1cxx_10x230feb39__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(clang::Stmt);
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_Stmt_1cxx_10x230feb39_nativeDump1(JNIEnv*, jclass, jlong ptr, jlong arg0 /* Out0 */, jlong arg1 /* Context1 */) {
reinterpret_cast(ptr)->dump(*reinterpret_cast(arg0), *reinterpret_cast(arg1));
}
#ifdef __cplusplus
}
#endif