| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXSourceRangeList |
CXSourceRangeList.count(int setter) |
CXSourceRangeList |
CXSourceRangeList.getPointer(long i) |
CXSourceRangeList |
CXSourceRangeList.position(long position) |
CXSourceRangeList |
CXSourceRangeList.ranges(CXSourceRange setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXSourceRangeList |
clang.clang_getAllSkippedRanges(CXTranslationUnit tu)
Retrieve all ranges from all files that were skipped by the
preprocessor.
|
static CXSourceRangeList |
clang.clang_getSkippedRanges(CXTranslationUnit tu,
CXFile file)
Retrieve all ranges that were skipped by the preprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_disposeSourceRangeList(CXSourceRangeList ranges)
Destroy the given \c CXSourceRangeList.
|
Copyright © 2024. All rights reserved.