Home | History | Annotate | Download | only in Sema

Lines Matching defs:isNotEmpty

55 ///   2) Present, identified by isNotEmpty()
191 bool isNotEmpty() const { return !isEmpty(); }
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
207 /// Deprecated. Some call sites intend isNotEmpty() while others intend