Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1349 struct MMToken { struct
1350 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 …]