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 DModuleMapFile.cpp29 struct MMToken { struct
30 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 …]