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
1729 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1755 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()1777 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
5564 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()5839 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()5910 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
9932 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()9939 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;
514 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
7296 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()7298 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()7303 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()