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

/external/clang/tools/libclang/
H A DCIndex.cpp144 static SourceRange getRawCursorExtent(CXCursor C);
182 SourceRange Range = getRawCursorExtent(Cursor);
2248 SourceRange Range = getRawCursorExtent(C);
4230 static SourceRange getRawCursorExtent(CXCursor C) { function
4368 return getRawCursorExtent(C);
4374 SourceRange R = getRawCursorExtent(C);
5196 SourceRange cursorRange = getRawCursorExtent(cursor);

Completed in 121 milliseconds