HomeSort by: relevance | last modified time | path
    Searched refs:clang_getDiagnosticNumFixIts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 424 unsigned clang_getDiagnosticNumFixIts(CXDiagnostic Diag) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1076 CINDEX_LINKAGE unsigned clang_getDiagnosticNumFixIts(CXDiagnostic Diagnostic);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1210 num_fixits = clang_getDiagnosticNumFixIts(Diagnostic);
4682 unsigned i, n = clang_getDiagnosticNumFixIts(D);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 429 return int(conf.lib.clang_getDiagnosticNumFixIts(self.diag))
3670 ("clang_getDiagnosticNumFixIts",

Completed in 28 milliseconds