Searched defs:MMToken (Results 1 – 1 of 1) sorted by relevance
1349 struct MMToken { struct1350 enum TokenKind {1379 } Kind;1381 unsigned Location;1382 unsigned StringLength;1383 union {1391 void clear() { in clear()1398 bool is(TokenKind K) const { return Kind == K; } in is()1400 SourceLocation getLocation() const { in getLocation()1404 uint64_t getInteger() const { in getInteger()[all …]