Searched defs:MMToken (Results 1 – 1 of 1) sorted by relevance
1448 struct MMToken { struct1449 enum TokenKind {1478 } Kind;1480 SourceLocation::UIntTy Location;1481 unsigned StringLength;1482 union {1490 void clear() { in clear()1497 bool is(TokenKind K) const { return Kind == K; } in is()1499 SourceLocation getLocation() const { in getLocation()1503 uint64_t getInteger() const { in getInteger()[all …]