Home | History | Annotate | Download | only in libclang

Lines Matching refs:clang_getCursorLocation

3595   CXSourceLocation CXLoc = clang_getCursorLocation(C);
4148 CXSourceLocation ResultLoc = clang_getCursorLocation(Result);
4171 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition);
4269 CXSourceLocation clang_getCursorLocation(CXCursor C) {
6969 *this << cursorName << "@" << clang_getCursorLocation(cursor);