Searched refs:getByteOffset (Results 1 – 3 of 3) sorted by relevance
59 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset() function in __anon31e79a4d0111::RegionRawOffsetV2138 NonLoc rawOffsetVal = rawOffset.getByteOffset(); in checkLocation()149 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()188 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()208 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation()270 os << "raw_offset_v2{" << getRegion() << ',' << getByteOffset() << '}'; in dumpToStream()
186 unsigned VL = LHS.getByteOffset();187 unsigned VR = RHS.getByteOffset();208 unsigned VL = LHS.getByteOffset();209 unsigned VR = RHS.getByteOffset();
255 unsigned getByteOffset() const { in getByteOffset() function