Searched refs:prevCursor (Results 1 – 1 of 1) sorted by relevance
1680 CXCursor prevCursor = clang_getNullCursor(); in perform_file_scan() local1715 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) && in perform_file_scan()1716 prevCursor.kind != CXCursor_InvalidFile) { in perform_file_scan()1717 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()1725 prevCursor = cursor; in perform_file_scan()