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