Searched refs:getRawCursorExtent (Results 1 – 1 of 1) sorted by relevance
165 static SourceRange getRawCursorExtent(CXCursor C);203 SourceRange Range = getRawCursorExtent(Cursor); in Visit()2764 SourceRange Range = getRawCursorExtent(C); in IsInRegionOfInterest()5312 static SourceRange getRawCursorExtent(CXCursor C) { in getRawCursorExtent() function5450 return getRawCursorExtent(C); in getFullCursorExtent()5456 SourceRange R = getRawCursorExtent(C); in clang_getCursorExtent()6315 SourceRange cursorRange = getRawCursorExtent(cursor); in Visit()