astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_clang_FunctionDecl_cxx_0x4dde1b13.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "clang/AST/Decl.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclBase.h"
#include "clang/AST/ASTContext.h"
#include "clang/Basic/SourceManager.h"
#include "clang/AST/DeclBase.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(clang::FunctionDecl);
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeDecls_1begin(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::DeclContext::decl_iterator(reinterpret_cast(ptr)->decls_begin()));
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeDecls_1empty(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->decls_empty()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeDecls_1end(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::DeclContext::decl_iterator(reinterpret_cast(ptr)->decls_end()));
}
JNIEXPORT
void JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeDump0(JNIEnv*, jclass, jlong ptr, jlong arg0 /* Out0 */, jboolean arg1 /* Deserialize1 */, jint arg2 /* OutputFormat2 */) {
reinterpret_cast(ptr)->dump(*reinterpret_cast(arg0), (arg1 == JNI_TRUE ? true : false), static_cast(arg2));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetASTContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(&(reinterpret_cast(ptr)->getASTContext()));
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetAccess(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getAccess());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetAttrs(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(&(reinterpret_cast(ptr)->getAttrs()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetBeginLoc(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::SourceLocation(reinterpret_cast(ptr)->getBeginLoc()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetDeclContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getDeclContext());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetDeclKind(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getDeclKind());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetDeclName(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::DeclarationName(reinterpret_cast(ptr)->getDeclName()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetDefinition(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getDefinition());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetDescribedFunctionTemplate(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getDescribedFunctionTemplate());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetEndLoc(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::SourceLocation(reinterpret_cast(ptr)->getEndLoc()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetExternCContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getExternCContext());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetIdentifier(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getIdentifier());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetKind(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getKind());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetLexicalParent(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getLexicalParent());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetLocation(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::SourceLocation(reinterpret_cast(ptr)->getLocation()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetLookupParent(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getLookupParent());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetMinRequiredArguments(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getMinRequiredArguments());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetMostRecentDecl(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getMostRecentDecl());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetName(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) llvm::StringRef(reinterpret_cast(ptr)->getName()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetNameAsString(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) std::string(reinterpret_cast(ptr)->getNameAsString()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetNextDeclInContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getNextDeclInContext());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetNumParams(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getNumParams());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetOverloadedOperator(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getOverloadedOperator());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetParamDecl(JNIEnv*, jclass, jlong ptr, jint arg0 /* idx0 */) {
return reinterpret_cast(reinterpret_cast(ptr)->getParamDecl(arg0));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetParent(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getParent());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetParentASTContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(&(reinterpret_cast(ptr)->getParentASTContext()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetPreviousDecl(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getPreviousDecl());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetPrimaryContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getPrimaryContext());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetQualifier(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getQualifier());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetRedeclContext(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getRedeclContext());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetReturnType(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::QualType(reinterpret_cast(ptr)->getReturnType()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetTranslationUnitDecl(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getTranslationUnitDecl());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeGetTypeSourceInfo(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getTypeSourceInfo());
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeHasAttrs(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->hasAttrs()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeHasBody(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->hasBody()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsClosure(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isClosure()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsDefaulted(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isDefaulted()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsDefined(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isDefined()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsDeleted(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isDeleted()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsDependentContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isDependentContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsExplicitlyDeclaredInMainFile(JNIEnv*, jclass, jlong ptr) {
return (!reinterpret_cast(ptr)->isImplicit() && reinterpret_cast(ptr)->getASTContext().getSourceManager().isInMainFile(reinterpret_cast(ptr)->getLocation())) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsExplicitlyDefaulted(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isExplicitlyDefaulted()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsExternC(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isExternC()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsExternCContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isExternCContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsExternCXXContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isExternCXXContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsFileContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isFileContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsFirstDecl(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isFirstDecl()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsFunctionOrMethod(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isFunctionOrMethod()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsImplicit(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isImplicit()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsInAnonymousNamespace(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isInAnonymousNamespace()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsInStdNamespace(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isInStdNamespace()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsInlineNamespace(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isInlineNamespace()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsLookupContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isLookupContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsNamespace(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isNamespace()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsObjCContainer(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isObjCContainer()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsOverloadedOperator(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isOverloadedOperator()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsPure(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isPure()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsRecord(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isRecord()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsStdNamespace(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isStdNamespace()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsThisDeclarationADefinition(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isThisDeclarationADefinition()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsTranslationUnit(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isTranslationUnit()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsTransparentContext(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isTransparentContext()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsTrivial(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isTrivial()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsUserProvided(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isUserProvided()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeIsVariadic(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isVariadic()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeParam_1begin(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::FunctionDecl::param_iterator(reinterpret_cast(ptr)->param_begin()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeParam_1end(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) clang::FunctionDecl::param_iterator(reinterpret_cast(ptr)->param_end()));
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_clang_FunctionDecl_1cxx_10x4dde1b13_nativeParam_1size(JNIEnv*, jclass, jlong ptr) {
return (jlong)(reinterpret_cast(ptr)->param_size());
}
#ifdef __cplusplus
}
#endif