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()758 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()913 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
1694 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1720 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()1742 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
5463 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()5695 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()5766 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
9268 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()9275 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;
510 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
7014 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()7016 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()7021 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()