Searched refs:isNullary (Results 1 – 2 of 2) sorted by relevance
167 assert(isNullary() && "Invalid kind!"); in Twine()200 bool isNullary() const { in isNullary() function206 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()218 if (isNullary() && getRHSKind() != EmptyKind) in isValid()392 return isNullary(); in isTriviallyEmpty()
665 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument667 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()