Esempio n. 1
0
DiagnosticSet Diagnostic::childDiagnostics() const
{
    return DiagnosticSet(clang_getChildDiagnostics(cxDiagnostic));
}
Esempio n. 2
0
diagnostic_set diagnostic::children()
{
    return { clang_getChildDiagnostics(diag) };
}