| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXModule |
CXIdxImportedASTFileInfo.module()
The imported module or NULL if the AST file is a PCH.
|
| Modifier and Type | Method and Description |
|---|---|
CXIdxImportedASTFileInfo |
CXIdxImportedASTFileInfo.module(CXModule setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXModule |
clang.clang_Cursor_getModule(CXCursor C)
Given a CXCursor_ModuleImportDecl cursor, return the associated module.
|
static CXModule |
clang.clang_getModuleForFile(CXTranslationUnit arg0,
CXFile arg1)
Given a CXFile header file, return the module that contains it, if one
exists.
|
static CXModule |
clang.clang_Module_getParent(CXModule Module) |
| Modifier and Type | Method and Description |
|---|---|
static CXFile |
clang.clang_Module_getASTFile(CXModule Module) |
static CXString |
clang.clang_Module_getFullName(CXModule Module) |
static CXString |
clang.clang_Module_getName(CXModule Module) |
static int |
clang.clang_Module_getNumTopLevelHeaders(CXTranslationUnit arg0,
CXModule Module) |
static CXModule |
clang.clang_Module_getParent(CXModule Module) |
static CXFile |
clang.clang_Module_getTopLevelHeader(CXTranslationUnit arg0,
CXModule Module,
int Index) |
static int |
clang.clang_Module_isSystem(CXModule Module) |
Copyright © 2024. All rights reserved.