Searched refs:IsClose (Results 1 – 2 of 2) sorted by relevance
113 if lineTokens[0].ID.IsClose() {248 return x.IsClose() || x.IsIdent(tm) || x.IsLiteral(tm)252 return x.IsClose() || x.IsIdent(tm) || x.IsStrLiteral(tm)
107 func (x ID) IsClose() bool { return minClose <= x && x <= maxClose } func114 return x.IsClose() || x.IsKeyword() || x.IsIdent(m) || x.IsLiteral(m)