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()
604 for (LValuePathEntry E : getLValuePath()) in Profile()
823 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
984 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath()
1016 MutableArrayRef<APValue::LValuePathEntry>
1030 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue()
1032 MutableArrayRef<APValue::LValuePathEntry> InternalPath = in setLValue()
1036 Path.size() * sizeof(LValuePathEntry)); in setLValue()
1081 MutableArrayRef<APValue::LValuePathEntry>