Home | History | Annotate | Download | only in libclang

Lines Matching full:getrawcursorextent

144 static SourceRange getRawCursorExtent(CXCursor C);
182 SourceRange Range = getRawCursorExtent(Cursor);
2248 SourceRange Range = getRawCursorExtent(C);
4230 static SourceRange getRawCursorExtent(CXCursor C) {
4368 return getRawCursorExtent(C);
4374 SourceRange R = getRawCursorExtent(C);
5196 SourceRange cursorRange = getRawCursorExtent(cursor);