Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:end_file

327   CXFile begin_file, end_file;
333 &end_file, &end_line, &end_column, 0);
334 if (!begin_file || !end_file)
957 CXFile start_file, end_file;
960 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
968 if (start_file == file && end_file == file) {
975 if (start_file == end_file) {