Home
last modified time | relevance | path

Searched refs:clang_getDiagnosticNumRanges (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp265 unsigned N = clang_getDiagnosticNumRanges(Diagnostic); in clang_formatDiagnostic()
411 unsigned clang_getDiagnosticNumRanges(CXDiagnostic Diag) { in clang_getDiagnosticNumRanges() function
H A Dlibclang.exports226 clang_getDiagnosticNumRanges
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1054 CINDEX_LINKAGE unsigned clang_getDiagnosticNumRanges(CXDiagnostic);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py413 return int(conf.lib.clang_getDiagnosticNumRanges(self.diag))
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4664 unsigned i, n = clang_getDiagnosticNumRanges(D); in printRanges()