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

Lines Matching defs:endLoc

2141   CXSourceLocation startLoc, endLoc;
2204 endLoc = clang_getLocation(TU, file, second_line, second_column);
2205 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
2212 range = clang_getRange(startLoc, endLoc);