ΒΆCXSourceRange clang_Cursor_getCommentRange(
    CXCursor C)

Description

Given a cursor that represents a declaration, return the associated comment's source range. The range may include multiple consecutive comments with whitespace in between.

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

Parameters

CXCursor C