MCPcopy Create free account
hub / github.com/beefytech/Beef / GetCursorRange

Function GetCursorRange

IDEHelper/Clang/ClangHelper.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static CXFile GetCursorRange(CXCursor cursor, int* startIdx, int* endIdx)
80{
81 auto range = clang_getCursorExtent(cursor);
82 return GetRange(range, startIdx, endIdx);
83}
84
85class ClangFindCall
86{

Callers 1

VisitMethod · 0.85

Calls 1

GetRangeFunction · 0.85

Tested by

no test coverage detected