Searched defs:isDelegation (Results 1 – 2 of 2) sorted by relevance
207 public val KmFunction.isDelegation: Boolean get() = flags.isDelegationFunction constant267 public val KmProperty.isDelegation: Boolean get() = Flag.Property.IS_DELEGATION(flags) constant
883 bool isDelegation() const { return Arg != nullptr; } in isDelegation() function