Home | History | Annotate | Download | only in AST

Lines Matching refs:LValuePathEntry

37       (DataSize - 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 {
438 ArrayRef<LValuePathEntry> Path = getLValuePath();
573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const {
596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd,
605 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry));