Home
last modified time | relevance | path

Searched refs:getRawCursorExtent (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp178 static SourceRange getRawCursorExtent(CXCursor C);
215 SourceRange Range = getRawCursorExtent(Cursor); in Visit()
3311 SourceRange Range = getRawCursorExtent(C); in IsInRegionOfInterest()
6364 static SourceRange getRawCursorExtent(CXCursor C) { in getRawCursorExtent() function
6503 return getRawCursorExtent(C); in getFullCursorExtent()
6507 SourceRange R = getRawCursorExtent(C); in clang_getCursorExtent()
7473 SourceRange cursorRange = getRawCursorExtent(cursor); in Visit()