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