| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXPrintingPolicy |
clang.clang_getCursorPrintingPolicy(CXCursor arg0)
Retrieve the default policy for the cursor.
|
| Modifier and Type | Method and Description |
|---|---|
static CXString |
clang.clang_getCursorPrettyPrinted(CXCursor Cursor,
CXPrintingPolicy Policy)
Pretty print declarations.
|
static CXString |
clang.clang_getTypePrettyPrinted(CXType CT,
CXPrintingPolicy cxPolicy)
Pretty-print the underlying type using a custom printing policy.
|
static void |
clang.clang_PrintingPolicy_dispose(CXPrintingPolicy Policy)
Release a printing policy.
|
static int |
clang.clang_PrintingPolicy_getProperty(CXPrintingPolicy Policy,
int Property)
Get a property value for the given printing policy.
|
static void |
clang.clang_PrintingPolicy_setProperty(CXPrintingPolicy Policy,
int Property,
int Value)
Set a property value for the given printing policy.
|
Copyright © 2025. All rights reserved.