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

Lines Matching refs:endLoc

3374   CXSourceLocation startLoc, endLoc;
3446 endLoc = clang_getLocation(TU, file, second_line, second_column);
3447 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
3454 range = clang_getRange(startLoc, endLoc);