Searched refs:hasLValuePath (Results 1 – 3 of 3) sorted by relevance
152 if (RHS.hasLValuePath()) in APValue()352 if (!hasLValuePath()) { in printPretty()526 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue532 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
164 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()1560 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in ExtractSubobject()
248 bool hasLValuePath() const;