HomeSort by relevance Sort by last modified time
    Searched full:clang_getdiagnosticnumranges (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/libclang/
libclang.exports 174 clang_getDiagnosticNumRanges
CIndexDiagnostic.cpp 279 unsigned N = clang_getDiagnosticNumRanges(Diagnostic);
425 unsigned clang_getDiagnosticNumRanges(CXDiagnostic Diag) {
  /external/clang/bindings/python/clang/
cindex.py 333 return int(conf.lib.clang_getDiagnosticNumRanges(self.diag))
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/include/clang-c/
Index.h 959 CINDEX_LINKAGE unsigned clang_getDiagnosticNumRanges(CXDiagnostic);
    [all...]

Completed in 200 milliseconds