예제 #1
0
파일: clang++.cpp 프로젝트: mythagel/cxxide
source_range cursor::getCommentRange()
{
    return { clang_Cursor_getCommentRange(cur) };
}
예제 #2
0
SourceRange Cursor::commentRange() const
{
    return clang_Cursor_getCommentRange(cxCursor);
}