Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp340 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); in clang_formatDiagnostic()
405 CXString clang_getDiagnosticCategoryText(CXDiagnostic Diag) { in clang_getDiagnosticCategoryText() function
H A Dlibclang.exports221 clang_getDiagnosticCategoryText
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1048 CINDEX_LINKAGE CXString clang_getDiagnosticCategoryText(CXDiagnostic);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py467 return conf.lib.clang_getDiagnosticCategoryText(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4736 DiagCat = clang_getDiagnosticCategoryText(D); in printDiagnosticSet()