Searched refs:isNullary (Results 1 – 2 of 2) sorted by relevance
167 assert(isNullary() && "Invalid kind!"); in Twine()199 bool isNullary() const { in isNullary() function205 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()217 if (isNullary() && getRHSKind() != EmptyKind) in isValid()400 return isNullary(); in isTriviallyEmpty()
691 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument693 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()