Searched refs:IsIdent (Results 1 – 4 of 4) sorted by relevance
248 return x.IsClose() || x.IsIdent(tm) || x.IsLiteral(tm)252 return x.IsClose() || x.IsIdent(tm) || x.IsStrLiteral(tm)271 (remaining[x].ID.IsIdent(tm)) {
93 func (x ID) IsIdent(m *Map) bool { func114 return x.IsClose() || x.IsKeyword() || x.IsIdent(m) || x.IsLiteral(m)
364 } else if id1.IsIdent(q.tm) {
292 if !x.ID.IsIdent(p.tm) {