Home
last modified time | relevance | path

Searched defs:MMToken (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1448 struct MMToken { struct
1449 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 …]