Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports184 clang_getCompletionChunkKind
H A DCIndexCodeCompletion.cpp57 clang_getCompletionChunkKind(CXCompletionString completion_string, in clang_getCompletionChunkKind() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5350 clang_getCompletionChunkKind(CXCompletionString completion_string,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2522 conf.lib.clang_getCompletionChunkKind(self.cs, self.key)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2455 = clang_getCompletionChunkKind(completion_string, I); in print_completion_string()