Searched refs:checkKotlinKeyword (Results 1 – 1 of 1) sorted by relevance
251 checkKotlinKeyword(field.name(), "field", field) in <lambda>()255 checkKotlinKeyword(method.name(), "method", method) in <lambda>()304 checkKotlinKeyword(publicName, "parameter", parameter) in <lambda>()310 private fun checkKotlinKeyword(name: String, typeLabel: String, item: Item) { in <lambda>() method