Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports218 clang_getDiagnostic
H A DCIndexDiagnostic.cpp209 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { in clang_getDiagnostic() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h872 CINDEX_LINKAGE CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2981 diag = conf.lib.clang_getDiagnostic(self.tu, key)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2431 Diag = clang_getDiagnostic(TU, i); in checkForErrors()