Searched refs:isTriviallyEmpty (Results 1 – 4 of 4) sorted by relevance
363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
387 bool isTriviallyEmpty() const { in isTriviallyEmpty() function
181 if (NewName.isTriviallyEmpty() && !hasName()) in setName()
137 assert(!Path.isTriviallyEmpty() && "can't handle empty path here"); in AddUnmappedPath()