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

/external/clang/include/clang-c/
H A DIndex.h683 typedef void *CXDiagnosticSet; typedef
686 * \brief Determine the number of diagnostics in a CXDiagnosticSet.
688 CINDEX_LINKAGE unsigned clang_getNumDiagnosticsInSet(CXDiagnosticSet Diags);
691 * \brief Retrieve a diagnostic associated with the given CXDiagnosticSet.
693 * \param Diags the CXDiagnosticSet to query.
699 CINDEX_LINKAGE CXDiagnostic clang_getDiagnosticInSet(CXDiagnosticSet Diags,
742 * \returns A loaded CXDiagnosticSet if successful, and NULL otherwise. These
745 CINDEX_LINKAGE CXDiagnosticSet clang_loadDiagnostics(const char *file,
750 * \brief Release a CXDiagnosticSet and all of its contained diagnostics.
752 CINDEX_LINKAGE void clang_disposeDiagnosticSet(CXDiagnosticSet Diag
[all...]

Completed in 118 milliseconds