Home | History | Annotate | Download | only in clang-c

Lines Matching refs:CXDiagnosticSet

689 typedef void *CXDiagnosticSet;
692 * \brief Determine the number of diagnostics in a CXDiagnosticSet.
694 CINDEX_LINKAGE unsigned clang_getNumDiagnosticsInSet(CXDiagnosticSet Diags);
697 * \brief Retrieve a diagnostic associated with the given CXDiagnosticSet.
699 * \param Diags the CXDiagnosticSet to query.
705 CINDEX_LINKAGE CXDiagnostic clang_getDiagnosticInSet(CXDiagnosticSet Diags,
748 * \returns A loaded CXDiagnosticSet if successful, and NULL otherwise. These
751 CINDEX_LINKAGE CXDiagnosticSet clang_loadDiagnostics(const char *file,
756 * \brief Release a CXDiagnosticSet and all of its contained diagnostics.
758 CINDEX_LINKAGE void clang_disposeDiagnosticSet(CXDiagnosticSet Diags);
763 * This CXDiagnosticSet does not need to be released by
766 CINDEX_LINKAGE CXDiagnosticSet clang_getChildDiagnostics(CXDiagnostic D);
792 CINDEX_LINKAGE CXDiagnosticSet
5462 CXDiagnosticSet, void *reserved);