Searched refs:clang_getChildDiagnostics (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp456 CXDiagnosticSet clang_getChildDiagnostics(CXDiagnostic Diag) { function
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h855 CINDEX_LINKAGE CXDiagnosticSet clang_getChildDiagnostics(CXDiagnostic D);
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1250 CXDiagnosticSet ChildDiags = clang_getChildDiagnostics(Diag);
4748 printDiagnosticSet(clang_getChildDiagnostics(D), indent+2);
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py446 self.diag_set = conf.lib.clang_getChildDiagnostics(diag)
3526 ("clang_getChildDiagnostics",

Completed in 95 milliseconds