Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports225 clang_getDiagnosticNumFixIts
H A DCIndexDiagnostic.cpp424 unsigned clang_getDiagnosticNumFixIts(CXDiagnostic Diag) { in clang_getDiagnosticNumFixIts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1076 CINDEX_LINKAGE unsigned clang_getDiagnosticNumFixIts(CXDiagnostic Diagnostic);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1210 num_fixits = clang_getDiagnosticNumFixIts(Diagnostic); in PrintDiagnostic()
4682 unsigned i, n = clang_getDiagnosticNumFixIts(D); in printFixIts()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py429 return int(conf.lib.clang_getDiagnosticNumFixIts(self.diag))