Searched defs:DeclOffset (Results 1 – 1 of 1) 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()