Home | History | Annotate | Download | only in libclang

Lines Matching full: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);