Home | History | Annotate | Download | only in libclang

Lines Matching refs:skipped

1065   // Visit synthesized methods since they will be skipped when visiting
6730 CXSourceRangeList *skipped = new CXSourceRangeList;
6731 skipped->count = 0;
6732 skipped->ranges = nullptr;
6736 return skipped;
6740 return skipped;
6745 return skipped;
6760 skipped->count = wantedRanges.size();
6761 skipped->ranges = new CXSourceRange[skipped->count];
6762 for (unsigned i = 0, ei = skipped->count; i != ei; ++i)
6763 skipped->ranges[i] = cxloc::translateSourceRange(Ctx, wantedRanges[i]);
6765 return skipped;