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