ΒΆCXString clang_codeCompleteGetContainerUSR(
    CXCodeCompleteResults* Results)

Description

Returns the USR for the container for the current code completion context. If there is not a container for the current context, this function will return the empty string.

Declared at: clang/include/clang-c/Index.h:5965

Parameters

CXCodeCompleteResults* Results
the code completion results to query

Returns

the USR for the container