Searched refs:prevCursor (Results 1 – 1 of 1) sorted by relevance
2270 CXCursor prevCursor = clang_getNullCursor(); in perform_file_scan() local2305 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) && in perform_file_scan()2306 prevCursor.kind != CXCursor_InvalidFile) { in perform_file_scan()2307 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()2315 prevCursor = cursor; in perform_file_scan()