Searched refs:hasLValuePath (Results 1 – 4 of 4) sorted by relevance
152 if (RHS.hasLValuePath()) in APValue()389 if (!hasLValuePath()) { in printPretty()568 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue574 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
195 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()2434 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
254 bool hasLValuePath() const;
4998 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()5005 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()