Searched refs:isTriviallyEmpty (Results 1 – 5 of 5) sorted by relevance
453 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()454 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()455 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()456 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
399 bool isTriviallyEmpty() const { in isTriviallyEmpty() function
199 if (NewName.isTriviallyEmpty() && !hasName()) in setNameImpl()
133 assert(!Path.isTriviallyEmpty() && "can't handle empty path here"); in AddUnmappedPath()
104 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt); in InsertHelper()