Searched defs:IsLiteral (Results 1 – 6 of 6) sorted by relevance
35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
52 func (m *Match) IsLiteral() bool { func
303 func (tok Token) IsLiteral() bool { return literal_beg < tok && tok < literal_end } func