Searched refs:hasLValuePath (Results 1 – 11 of 11) sorted by relevance
346 if (RHS.hasLValuePath()) in APValue()610 (hasLValuePath() ? 4 : 0)); in Profile()611 if (hasLValuePath()) { in Profile()778 if (!hasLValuePath()) { in printPretty()998 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue1004 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
1321 if (Value.hasLValuePath()) { in AddStructuralValue()1346 if (Value.hasLValuePath()) in AddStructuralValue()
230 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
1746 if (!T->isPointerType() || !V.isLValue() || !V.hasLValuePath() || in getAsArrayToPointerDecayedDecl()1979 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1988 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
758 << ", HasPath=" << Value.hasLValuePath(); in Visit()759 if (Value.hasLValuePath()) { in Visit()
6793 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
299 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()14185 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
10737 if (FromValue.hasLValuePath()) { in ImportAPValue()
474 def : Property<"hasLValuePath", Bool> {475 let Read = [{ node.hasLValuePath() }];533 let Conditional = [{ hasLValuePath }];559 if (!hasLValuePath) {
557 bool hasLValuePath() const;
7175 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()7194 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()