Searched defs:IsKeyword (Results 1 – 5 of 5) sorted by relevance
52 def IsKeyword(token): function
219 static bool IsKeyword(Value tok) { in IsKeyword() function
134 bool IsKeyword() { return tag_ >= kKeywordTagStart; } in IsKeyword() function
142 def IsKeyword(x): function