Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp292 enum CXCursorKind ContainerKind; member
367 ContainerKind(CXCursor_InvalidCode), ContainerIsIncomplete(1) { in AllocatedCXCodeCompleteResults()
634 AllocatedResults.ContainerKind = clang_getCursorKind(cursor); in ProcessCodeCompleteResults()
649 AllocatedResults.ContainerKind = CXCursor_InvalidCode; in ProcessCodeCompleteResults()
947 return Results->ContainerKind; in clang_codeCompleteGetContainerKind()