Searched refs:hasLValuePath (Results 1 – 10 of 10) sorted by relevance
345 if (RHS.hasLValuePath()) in APValue()600 (hasLValuePath() ? 4 : 0)); in Profile()601 if (hasLValuePath()) { in Profile()765 if (!hasLValuePath()) { in printPretty()985 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue991 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
1277 if (Value.hasLValuePath()) { in AddStructuralValue()1302 if (Value.hasLValuePath()) in AddStructuralValue()
229 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
1612 if (!T->isPointerType() || !V.isLValue() || !V.hasLValuePath() || in getAsArrayToPointerDecayedDecl()1829 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1838 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
6489 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
284 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()12996 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
10274 if (FromValue.hasLValuePath()) { in ImportAPValue()
467 def : Property<"hasLValuePath", Bool> {468 let Read = [{ node.hasLValuePath() }];526 let Conditional = [{ hasLValuePath }];552 if (!hasLValuePath) {
491 bool hasLValuePath() const;
7467 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()7479 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()