Lines Matching refs:combined
15 Token::KindAndSubkind(K, Token::Subkind::kNone).combined()
18 Token::KindAndSubkind(Token::Kind::kIdentifier, K).combined()
110 switch (Peek().combined()) { in ParseCompoundIdentifier()
198 switch (Peek().combined()) { in ParseLiteral()
300 switch (Peek().combined()) { in ParseConstant()
495 switch (Peek().combined()) { in ParseType()
609 switch (Peek().combined()) { in ParseEnumDeclaration()
656 switch (Peek().combined()) { in ParseParameterList()
669 switch (Peek().combined()) { in ParseParameterList()
843 switch (Peek().combined()) { in ParseStructDeclaration()
926 switch (Peek().combined()) { in ParseTableDeclaration()
986 switch (Peek().combined()) { in ParseUnionDeclaration()
1041 switch (Peek().combined()) { in ParseFile()
1067 switch (Peek().combined()) { in ParseFile()