Home
last modified time | relevance | path

Searched refs:ChildDiags (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCIndexDiagnostic.h96 return ChildDiags; in getChildDiagnostics()
101 CXDiagnosticSetImpl ChildDiags; variable
104 ChildDiags.appendDiagnostic(D); in append()
DCIndexDiagnostic.cpp472 CXDiagnosticSetImpl &ChildDiags = D->getChildDiagnostics(); in clang_getChildDiagnostics() local
473 return ChildDiags.empty() ? nullptr : (CXDiagnosticSet) &ChildDiags; in clang_getChildDiagnostics()
/external/clang/tools/c-index-test/
Dc-index-test.c989 CXDiagnosticSet ChildDiags = clang_getChildDiagnostics(Diag); in PrintDiagnosticSet() local
991 if (ChildDiags) in PrintDiagnosticSet()
992 PrintDiagnosticSet(ChildDiags); in PrintDiagnosticSet()