Searched defs:DeclOffset (Results 1 – 2 of 2) sorted by relevance
187 struct DeclOffset { struct193 DeclOffset() : Loc(0), BitOffset(0) { } in DeclOffset() argument194 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset() argument197 void setLocation(SourceLocation L) { in setLocation()200 SourceLocation getLocation() const { in getLocation()
241 struct DeclOffset { struct250 DeclOffset() = default; argument251 DeclOffset(SourceLocation Loc, uint64_t BitOffset, in DeclOffset() function257 void setLocation(SourceLocation L) { in setLocation()261 SourceLocation getLocation() const { in getLocation()265 void setBitOffset(uint64_t Offset, in setBitOffset()270 uint64_t getBitOffset(const uint64_t DeclTypesBlockStartOffset) const { in getBitOffset()