Searched refs:getLValuePath (Results 1 – 8 of 8) sorted by relevance
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()600 ID.AddInteger(getLValuePath().size()); in Profile()604 for (LValuePathEntry E : getLValuePath()) in Profile()823 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()984 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
1725 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1751 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()1773 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
5563 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()5838 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()5909 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
9778 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()9785 FromValue.getLValuePath(); in ImportAPValue()
287 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
484 ArrayRef<LValuePathEntry> getLValuePath() const;
513 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
7078 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()7080 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()7085 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()