Searched refs:hasLValuePath (Results 1 – 8 of 8) sorted by relevance
345 if (RHS.hasLValuePath()) in APValue()598 (hasLValuePath() ? 4 : 0)); in Profile()599 if (hasLValuePath()) { in Profile()763 if (!hasLValuePath()) { in printPretty()979 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue985 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
1729 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1738 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
5825 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
281 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()12677 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
9934 if (FromValue.hasLValuePath()) { in ImportAPValue()
464 def : Property<"hasLValuePath", Bool> {465 let Read = [{ node.hasLValuePath() }];512 let Conditional = [{ hasLValuePath }];535 if (!hasLValuePath) {
483 bool hasLValuePath() const;
7296 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()7303 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()