Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp278 unsigned N = clang_getDiagnosticNumRanges(Diagnostic); in clang_formatDiagnostic()
424 unsigned clang_getDiagnosticNumRanges(CXDiagnostic Diag) { in clang_getDiagnosticNumRanges() function
Dlibclang.exports196 clang_getDiagnosticNumRanges
/external/clang/include/clang-c/
DIndex.h963 CINDEX_LINKAGE unsigned clang_getDiagnosticNumRanges(CXDiagnostic);
/external/clang/bindings/python/clang/
Dcindex.py333 return int(conf.lib.clang_getDiagnosticNumRanges(self.diag))
/external/clang/tools/c-index-test/
Dc-index-test.c4103 unsigned i, n = clang_getDiagnosticNumRanges(D); in printRanges()