Searched defs:TokenType (Results 1 – 2 of 2) sorted by relevance
124 enum TokenType : uint8_t { enum
696 func (c Context) TokenType() (t Type) { t.C = C.LLVMTokenTypeInContext(c.C); return } func