Home
last modified time | relevance | path

Searched refs:CXCompletionContext_ObjCSelectorValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp438 CXCompletionContext_ObjCSelectorValue | in getContextsForContextKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5632 CXCompletionContext_ObjCSelectorValue = 1 << 3, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2606 if (contexts & CXCompletionContext_ObjCSelectorValue) { in print_completion_contexts()