Searched refs:ModuleMethodKind (Results 1 – 1 of 1) sorted by relevance
215 .map(ModuleMethodKind::ofMethod) in validateUncached()218 EnumSet.of(ModuleMethodKind.ABSTRACT_DECLARATION, ModuleMethodKind.INSTANCE_BINDING))) { in validateUncached()341 enum ModuleMethodKind { enum in ModuleValidator347 static ModuleMethodKind ofMethod(ExecutableElement moduleMethod) { in ofMethod()