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()
997 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
1075 return llvm::ArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1105 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()