ΒΆvoid clang_sortCodeCompletionResults(
    CXCompletionResult* Results,
    unsigned int NumResults)

Description

Sort the code-completion results in case-insensitive alphabetical order.

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

Parameters

CXCompletionResult* Results
The set of results to sort.
unsigned int NumResults
The number of results in \p Results.