Searched refs:prevCursor (Results 1 – 1 of 1) sorted by relevance
1795 CXCursor prevCursor = clang_getNullCursor(); in perform_file_scan() local1830 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) && in perform_file_scan()1831 prevCursor.kind != CXCursor_InvalidFile) { in perform_file_scan()1832 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()1840 prevCursor = cursor; in perform_file_scan()