Searched refs:IsClose (Results 1 – 3 of 3) 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)
151 class IsClose(Cell): class280 'block': IsClose(),
107 func (x ID) IsClose() bool { return minClose <= x && x <= maxClose } func114 return x.IsClose() || x.IsKeyword() || x.IsIdent(m) || x.IsLiteral(m)