Exemplo n.º 1
0
unsigned diagnostic_set::size() const
{
    return clang_getNumDiagnosticsInSet(set);
}
Exemplo n.º 2
0
uint DiagnosticSet::size() const
{
    return clang_getNumDiagnosticsInSet(cxDiagnosticSet);
}