Searched defs:CXDiagnosticSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h571 typedef void *CXDiagnosticSet; typedef
574 * \brief Determine the number of diagnostics in a CXDiagnosticSet.
576 CINDEX_LINKAGE unsigned clang_getNumDiagnosticsInSet(CXDiagnosticSet Diags);
579 * \brief Retrieve a diagnostic associated with the given CXDiagnosticSet.
581 * \param Diags the CXDiagnosticSet to query.
587 CINDEX_LINKAGE CXDiagnostic clang_getDiagnosticInSet(CXDiagnosticSet Diags,
630 * \returns A loaded CXDiagnosticSet if successful, and NULL otherwise. These
633 CINDEX_LINKAGE CXDiagnosticSet clang_loadDiagnostics(const char *file,
638 * \brief Release a CXDiagnosticSet and all of its contained diagnostics.
640 CINDEX_LINKAGE void clang_disposeDiagnosticSet(CXDiagnosticSet Diag
[all...]

Completed in 66 milliseconds