Searched defs:MMToken (Results 1 – 1 of 1) sorted by relevance
29 struct MMToken { struct30 enum TokenKind {59 } Kind;61 SourceLocation::UIntTy Location;62 unsigned StringLength;63 union {71 void clear() { in clear()78 bool is(TokenKind K) const { return Kind == K; } in is()80 SourceLocation getLocation() const { in getLocation()84 uint64_t getInteger() const { in getInteger()[all …]