Searched refs:hasLValuePath (Results 1 – 9 of 9) sorted by relevance
345 if (RHS.hasLValuePath()) in APValue()600 (hasLValuePath() ? 4 : 0)); in Profile()601 if (hasLValuePath()) { in Profile()768 if (!hasLValuePath()) { in printPretty()989 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue995 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
1294 if (Value.hasLValuePath()) { in AddStructuralValue()1319 if (Value.hasLValuePath()) in AddStructuralValue()
234 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
1706 if (!T->isPointerType() || !V.isLValue() || !V.hasLValuePath() || in getAsArrayToPointerDecayedDecl()1931 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1940 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
6520 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
289 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()13363 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
10368 if (FromValue.hasLValuePath()) { in ImportAPValue()
470 def : Property<"hasLValuePath", Bool> {471 let Read = [{ node.hasLValuePath() }];529 let Conditional = [{ hasLValuePath }];555 if (!hasLValuePath) {
6737 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()6749 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()