astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_clang_Preprocessor_cxx_0x25c4c3c0.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "clang/Lex/Preprocessor.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_Preprocessor_1cxx_10x25c4c3c0__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(clang::Preprocessor);
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_Preprocessor_1cxx_10x25c4c3c0_nativeGetHeaderSearchInfo(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(&(reinterpret_cast(ptr)->getHeaderSearchInfo()));
}
#ifdef __cplusplus
}
#endif