コード例 #1
0
ファイル: clang++.cpp プロジェクト: mythagel/cxxide
source_range cursor::getCommentRange()
{
    return { clang_Cursor_getCommentRange(cur) };
}
コード例 #2
0
ファイル: cursor.cpp プロジェクト: KeeganRen/qt-creator
SourceRange Cursor::commentRange() const
{
    return clang_Cursor_getCommentRange(cxCursor);
}