Searched refs:getLValuePath (Results 1 – 10 of 10) sorted by relevance
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()602 ID.AddInteger(getLValuePath().size()); in Profile()606 for (LValuePathEntry E : getLValuePath()) in Profile()828 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()994 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
234 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
1711 if (!BaseT->isArrayType() || V.getLValuePath().size() != 1 || in getAsArrayToPointerDecayedDecl()1712 V.getLValuePath()[0].getAsArrayIndex() != 0) in getAsArrayToPointerDecayedDecl()1931 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()1956 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
6259 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()6541 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()6542 V.getLValuePath()[0].getAsArrayIndex() == 0 && in mangleValueInTemplateArg()6546 if ((!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) && in mangleValueInTemplateArg()6617 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
1296 for (APValue::LValuePathEntry E : Value.getLValuePath()) { in AddStructuralValue()
10366 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()10373 FromValue.getLValuePath(); in ImportAPValue()
295 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()301 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
531 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
6737 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()6739 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()6749 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
2604 assert(Val.getLValuePath().size() == 0); in VisitSourceLocExpr()