Searched defs:MMToken (Results 1 – 1 of 1) sorted by relevance
1404 struct MMToken { struct1405 enum TokenKind {1434 } Kind;1436 SourceLocation::UIntTy Location;1437 unsigned StringLength;1438 union {1446 void clear() { in clear()1453 bool is(TokenKind K) const { return Kind == K; } in is()1455 SourceLocation getLocation() const { in getLocation()1459 uint64_t getInteger() const { in getInteger()[all …]