astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_clang_PrintingPolicy_cxx_0xd01e41d8.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "clang/AST/PrettyPrinter.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(clang::PrintingPolicy);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Alignof0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->Alignof) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Alignof1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->Alignof = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1AnonymousTagLocations0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->AnonymousTagLocations) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1AnonymousTagLocations1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->AnonymousTagLocations = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Bool0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->Bool) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Bool1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->Bool = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1ConstantArraySizeAsWritten0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->ConstantArraySizeAsWritten) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1ConstantArraySizeAsWritten1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->ConstantArraySizeAsWritten = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1ConstantsAsWritten0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->ConstantsAsWritten) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1ConstantsAsWritten1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->ConstantsAsWritten = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1FullyQualifiedName0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->FullyQualifiedName) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1FullyQualifiedName1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->FullyQualifiedName = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Half0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->Half) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Half1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->Half = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1IncludeNewlines0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->IncludeNewlines) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1IncludeNewlines1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->IncludeNewlines = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1IncludeTagDefinition0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->IncludeTagDefinition) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1IncludeTagDefinition1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->IncludeTagDefinition = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jbyte JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Indentation0(JNIEnv*, jclass, jlong ptr) {
return (jbyte)(reinterpret_cast(ptr)->Indentation);
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Indentation1(JNIEnv*, jclass, jlong ptr, jbyte arg0 /* v0 */) {
reinterpret_cast(ptr)->Indentation = arg0;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1MSVCFormatting0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->MSVCFormatting) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1MSVCFormatting1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->MSVCFormatting = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1MSWChar0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->MSWChar) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1MSWChar1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->MSWChar = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PolishForDeclaration0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->PolishForDeclaration) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PolishForDeclaration1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->PolishForDeclaration = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PrintCanonicalTypes0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->PrintCanonicalTypes) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PrintCanonicalTypes1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->PrintCanonicalTypes = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PrintInjectedClassNameWithArguments0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->PrintInjectedClassNameWithArguments) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1PrintInjectedClassNameWithArguments1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->PrintInjectedClassNameWithArguments = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Restrict0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->Restrict) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1Restrict1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->Restrict = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SplitTemplateClosers0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SplitTemplateClosers) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SplitTemplateClosers1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SplitTemplateClosers = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressImplicitBase0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressImplicitBase) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressImplicitBase1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressImplicitBase = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressInitializers0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressInitializers) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressInitializers1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressInitializers = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressLifetimeQualifiers0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressLifetimeQualifiers) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressLifetimeQualifiers1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressLifetimeQualifiers = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressScope0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressScope) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressScope1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressScope = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressSpecifiers0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressSpecifiers) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressSpecifiers1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressSpecifiers = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressStrongLifetime0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressStrongLifetime) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressStrongLifetime1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressStrongLifetime = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressTagKeyword0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressTagKeyword) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressTagKeyword1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressTagKeyword = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressTemplateArgsInCXXConstructors0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressTemplateArgsInCXXConstructors) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressTemplateArgsInCXXConstructors1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressTemplateArgsInCXXConstructors = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressUnwrittenScope0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->SuppressUnwrittenScope) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1SuppressUnwrittenScope1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->SuppressUnwrittenScope = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1TerseOutput0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->TerseOutput) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1TerseOutput1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->TerseOutput = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1UnderscoreAlignof0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->UnderscoreAlignof) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1UnderscoreAlignof1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->UnderscoreAlignof = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1UseVoidForZeroParams0(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->UseVoidForZeroParams) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_native_1UseVoidForZeroParams1(JNIEnv*, jclass, jlong ptr, jboolean arg0 /* v0 */) {
reinterpret_cast(ptr)->UseVoidForZeroParams = (arg0 == JNI_TRUE ? true : false);
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_PrintingPolicy_1cxx_10xd01e41d8_nativeAdjustForCPlusPlus(JNIEnv*, jclass, jlong ptr) {
reinterpret_cast(ptr)->adjustForCPlusPlus();
}
#ifdef __cplusplus
}
#endif