HomeSort by relevance Sort by last modified time
    Searched refs:clang_getDiagnosticRange (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 282 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
430 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) {
  /external/clang/include/clang-c/
Index.h 978 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 338 return conf.lib.clang_getDiagnosticRange(self.diag, key)
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 524 milliseconds