Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports190 clang_getCompletionPriority
H A DCIndexCodeCompletion.cpp192 unsigned clang_getCompletionPriority(CXCompletionString completion_string) { in clang_getCompletionPriority() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5399 clang_getCompletionPriority(CXCompletionString completion_string);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2602 return conf.lib.clang_getCompletionPriority(self.obj)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2522 clang_getCompletionPriority(completion_result->CompletionString)); in print_completion_result()