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

/external/clang/tools/libclang/
H A DCIndex.cpp163 static SourceRange getRawCursorExtent(CXCursor C);
201 SourceRange Range = getRawCursorExtent(Cursor);
2332 SourceRange Range = getRawCursorExtent(C);
4435 static SourceRange getRawCursorExtent(CXCursor C) { function
4573 return getRawCursorExtent(C);
4579 SourceRange R = getRawCursorExtent(C);
5426 SourceRange cursorRange = getRawCursorExtent(cursor);

Completed in 106 milliseconds