Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp437 contexts = CXCompletionContext_ObjCObjectValue | in getContextsForContextKind()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5627 CXCompletionContext_ObjCObjectValue = 1 << 2, enumerator
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2603 if (contexts & CXCompletionContext_ObjCObjectValue) { in print_completion_contexts()