Beispiel #1
0
source_range cursor::getCommentRange()
{
    return { clang_Cursor_getCommentRange(cur) };
}
Beispiel #2
0
SourceRange Cursor::commentRange() const
{
    return clang_Cursor_getCommentRange(cxCursor);
}