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

Lines Matching refs:clang_getLocation

517         = clang_getLocation(Data->TU, file, curLine, curColumn);
882 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col));
1364 clang_getLocation(TU, file, Locations[Loc].line,
1463 clang_getLocation(TU, file, Locations[Loc].line,
2052 startLoc = clang_getLocation(TU, file, line, column);
2060 endLoc = clang_getLocation(TU, file, second_line, second_column);