Home | History | Annotate | Download | only in AST

Lines Matching refs:LValuePathEntry

37       (MaxSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
43 LValuePathEntry Path[InlinePathSpace];
44 LValuePathEntry *PathPtr;
57 PathPtr = new LValuePathEntry[Length];
63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
64 const LValuePathEntry *getPath() const {
396 ArrayRef<LValuePathEntry> Path = getLValuePath();
532 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const {
535 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
555 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd,
564 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry));