Home
last modified time | relevance | path

Searched refs:clang_getCompletionNumAnnotations (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports188 clang_getCompletionNumAnnotations
H A DCIndexCodeCompletion.cpp204 unsigned clang_getCompletionNumAnnotations(CXCompletionString completion_string) in clang_getCompletionNumAnnotations() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5422 clang_getCompletionNumAnnotations(CXCompletionString completion_string);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2540 annotationCount = clang_getCompletionNumAnnotations( in print_completion_result()