Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp415 contexts |= CXCompletionContext_CXXClassTypeValue | in getContextsForContextKind()
/minix/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h4644 CXCompletionContext_CXXClassTypeValue = 1 << 4, enumerator
/minix/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1955 if (contexts & CXCompletionContext_CXXClassTypeValue) { in print_completion_contexts()