Searched refs:getRawCursorExtent (Results 1 – 1 of 1) sorted by relevance
177 static SourceRange getRawCursorExtent(CXCursor C);214 SourceRange Range = getRawCursorExtent(Cursor); in Visit()3145 SourceRange Range = getRawCursorExtent(C); in IsInRegionOfInterest()6138 static SourceRange getRawCursorExtent(CXCursor C) { in getRawCursorExtent() function6277 return getRawCursorExtent(C); in getFullCursorExtent()6281 SourceRange R = getRawCursorExtent(C); in clang_getCursorExtent()7244 SourceRange cursorRange = getRawCursorExtent(cursor); in Visit()