Searched refs:IsBuiltinType (Results 1 – 5 of 5) sorted by relevance
60 bool IsBuiltinType(skstd::string_view name);
52 def IsBuiltinType(token): function
751 not keywords.IsBuiltinType(token.name)):
44 bool IsBuiltinType(skstd::string_view name) { in IsBuiltinType() function
191 if (IsBuiltinType(this->text(*result))) { in expectIdentifier()