Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports123 clang_codeCompleteGetDiagnostic
H A DCIndexCodeCompletion.cpp909 clang_codeCompleteGetDiagnostic(CXCodeCompleteResults *ResultsIn, in clang_codeCompleteGetDiagnostic() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5851 CXDiagnostic clang_codeCompleteGetDiagnostic(CXCodeCompleteResults *Results,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2680 return conf.lib.clang_codeCompleteGetDiagnostic(self.ccr, key)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2757 CXDiagnostic diag = clang_codeCompleteGetDiagnostic(results, i); in perform_code_completion()