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()
183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()2252 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
254 bool hasLValuePath() const;
4877 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()4884 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()