Lines Matching refs:LValuePathEntry
147 APValue::LValuePathEntry::LValuePathEntry(BaseOrMemberType BaseOrMember) { in LValuePathEntry() function in APValue::LValuePathEntry
153 void APValue::LValuePathEntry::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
158 ArrayRef<LValuePathEntry> Path, QualType ElemTy) in LValuePathSerializationHelper()
223 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
229 LValuePathEntry Path[InlinePathSpace];
230 LValuePathEntry *PathPtr;
243 PathPtr = new LValuePathEntry[Length]; in resizePath()
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
250 const LValuePathEntry *getPath() const { in getPath()
606 for (LValuePathEntry E : getLValuePath()) in Profile()
828 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
994 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath()
1026 MutableArrayRef<APValue::LValuePathEntry>
1040 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue()
1042 MutableArrayRef<APValue::LValuePathEntry> InternalPath = in setLValue()
1046 Path.size() * sizeof(LValuePathEntry)); in setLValue()
1091 MutableArrayRef<APValue::LValuePathEntry>