| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXDiagnostic |
clang.clang_codeCompleteGetDiagnostic(CXCodeCompleteResults Results,
int Index)
Retrieve a diagnostic associated with the given code completion.
|
static CXDiagnostic |
clang.clang_getDiagnostic(CXTranslationUnit Unit,
int Index)
Retrieve a diagnostic associated with the given translation unit.
|
static CXDiagnostic |
clang.clang_getDiagnosticInSet(CXDiagnosticSet Diags,
int Index)
Retrieve a diagnostic associated with the given CXDiagnosticSet.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_disposeDiagnostic(CXDiagnostic Diagnostic)
Destroy a diagnostic.
|
static CXString |
clang.clang_formatDiagnostic(CXDiagnostic Diagnostic,
int Options)
Format the given diagnostic in a manner that is suitable for display.
|
static CXDiagnosticSet |
clang.clang_getChildDiagnostics(CXDiagnostic D)
Retrieve the child diagnostics of a CXDiagnostic.
|
static int |
clang.clang_getDiagnosticCategory(CXDiagnostic arg0)
Retrieve the category number for this diagnostic.
|
static CXString |
clang.clang_getDiagnosticCategoryText(CXDiagnostic arg0)
Retrieve the diagnostic category text for a given diagnostic.
|
static CXString |
clang.clang_getDiagnosticFixIt(CXDiagnostic Diagnostic,
int FixIt,
CXSourceRange ReplacementRange)
Retrieve the replacement information for a given fix-it.
|
static CXSourceLocation |
clang.clang_getDiagnosticLocation(CXDiagnostic arg0)
Retrieve the source location of the given diagnostic.
|
static int |
clang.clang_getDiagnosticNumFixIts(CXDiagnostic Diagnostic)
Determine the number of fix-it hints associated with the
given diagnostic.
|
static int |
clang.clang_getDiagnosticNumRanges(CXDiagnostic arg0)
Determine the number of source ranges associated with the given
diagnostic.
|
static CXString |
clang.clang_getDiagnosticOption(CXDiagnostic Diag,
CXString Disable)
Retrieve the name of the command-line option that enabled this
diagnostic.
|
static CXSourceRange |
clang.clang_getDiagnosticRange(CXDiagnostic Diagnostic,
int Range)
Retrieve a source range associated with the diagnostic.
|
static int |
clang.clang_getDiagnosticSeverity(CXDiagnostic arg0)
Determine the severity of the given diagnostic.
|
static CXString |
clang.clang_getDiagnosticSpelling(CXDiagnostic arg0)
Retrieve the text of the given diagnostic.
|
Copyright © 2024. All rights reserved.