Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp302 CXString Text = clang_getDiagnosticSpelling(Diagnostic); in clang_formatDiagnostic()
378 CXString clang_getDiagnosticSpelling(CXDiagnostic Diag) { in clang_getDiagnosticSpelling() function
H A Dlibclang.exports231 clang_getDiagnosticSpelling
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1001 CINDEX_LINKAGE CXString clang_getDiagnosticSpelling(CXDiagnostic);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py404 return conf.lib.clang_getDiagnosticSpelling(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4719 DiagSpelling = clang_getDiagnosticSpelling(D); in printDiagnosticSet()