Lines Matching refs:PathLength
169 unsigned PathLength; member
233 LV() { PathLength = (unsigned)-1; } in LV()
237 if (Length == PathLength) in resizePath()
241 PathLength = Length; in resizePath()
246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
258 unsigned PathLength; member
271 MemberPointerData() { PathLength = 0; } in MemberPointerData()
275 if (Length == PathLength) in resizePath()
279 PathLength = Length; in resizePath()
284 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr()
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1024 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()