Searched refs:hasLValuePath (Results 1 – 4 of 4) sorted by relevance
194 if (RHS.hasLValuePath()) in APValue()439 if (!hasLValuePath()) { in printPretty()638 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue644 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
274 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()2871 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()8916 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
312 bool hasLValuePath() const;
6322 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()6329 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()