Searched defs:IsKeyword (Results 1 – 2 of 2) sorted by relevance
313 func (tok Token) IsKeyword() bool { return keyword_beg < tok && tok < keyword_end } func322 func IsKeyword(name string) bool { func
142 def IsKeyword(x): function