astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_clang_LateInstantiatedAttrVec_cxx_0x353678ec.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "clang/Sema/Sema.h"
#include "clang/Basic/LLVM.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_LateInstantiatedAttrVec_1cxx_10x353678ec__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(clang::Sema::LateInstantiatedAttrVec);
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_LateInstantiatedAttrVec_1cxx_10x353678ec_nativeDelete(JNIEnv*, jclass, jlong ptr) {
delete reinterpret_cast(ptr);
}
#ifdef __cplusplus
}
#endif