Home | History | Annotate | Download | only in Basic

Lines Matching refs:RelativeOffset

1243   /// If it's true and \p RelativeOffset is non-null, it will be set to the
1247 unsigned *RelativeOffset = nullptr) const {
1257 if (RelativeOffset)
1258 *RelativeOffset = LocOffs - BeginOffs;
1268 /// If it's true and \p RelativeOffset is non-null, it will be set to the
1271 int *RelativeOffset) const {
1277 if (RelativeOffset)
1278 *RelativeOffset = RHSOffs - LHSOffs;
1402 /// of FileID) to \p relativeOffset.
1404 unsigned *RelativeOffset = nullptr) const {
1407 if (RelativeOffset)
1408 *RelativeOffset = Offs - getSLocEntry(FID).getOffset();