clang_codeCompleteGetContainerKind

\brief Returns the cursor kind for the container for the current code completion context. The container is only guaranteed to be set for contexts where a container exists (i.e. member accesses or Objective-C message sends); if there is not a container, this function will return CXCursor_InvalidCode.

\param Results the code completion results to query

\param IsIncomplete on return, this value will be false if Clang has complete information about the container. If Clang does not have complete information, this value will be true.

\returns the container kind, or CXCursor_InvalidCode if there is not a container

extern (C)
clang_codeCompleteGetContainerKind

Meta