Searched refs:is_array_type (Results 1 – 1 of 1) sorted by relevance
120 bool is_array_type = type_name.find('[') != std::string::npos; in IsSystemType() local123 return is_array_type || is_global; in IsSystemType()