ΒΆunsigned long long clang_codeCompleteGetContexts(
    CXCodeCompleteResults* Results)

Description

Determines what completions are appropriate for the context the given code completion.

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

Parameters

CXCodeCompleteResults* Results
the code completion results to query

Returns

the kinds of completions that are appropriate for use along with the given code completion results.