reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
  868 CINDEX_LINKAGE CXDiagnosticSet clang_getChildDiagnostics(CXDiagnostic D);

References

tools/clang/tools/c-index-test/c-index-test.c
 1246     CXDiagnosticSet ChildDiags = clang_getChildDiagnostics(Diag);
 4712     printDiagnosticSet(clang_getChildDiagnostics(D), indent+2);