Searched defs:PPEntityOffset (Results 1 – 5 of 5) sorted by relevance
166 struct PPEntityOffset { struct174 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument178 SourceLocation getBegin() const { in getBegin()181 SourceLocation getEnd() const { in getEnd()
177 struct PPEntityOffset { struct187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument191 SourceLocation getBegin() const { in getBegin()195 SourceLocation getEnd() const { in getEnd()
203 PPEntityOffset(RawLocEncoding Begin, RawLocEncoding End, uint32_t BitOffset) in PPEntityOffset() function