ΒΆconst clang::RawComment* getParameterComment(
    const clang::ASTContext& Ctx,
    const CodeCompleteConsumer::OverloadCandidate&
        Result,
    unsigned int ArgIndex)

Description

Get the documentation comment used to produce CodeCompletionString::BriefComment for OverloadCandidate.

Declared at: clang/include/clang/Sema/CodeCompleteConsumer.h:1240

Parameters

const clang::ASTContext& Ctx
const CodeCompleteConsumer::OverloadCandidate& Result
unsigned int ArgIndex