Lines Matching defs:LVal
1006 const LV &LVal = *((const LV *)(const char *)&Data);
1007 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength);
1028 LV &LVal = *((LV *)(char *)&Data);
1029 LVal.Base = B;
1030 LVal.IsOnePastTheEnd = false;
1031 LVal.Offset = O;
1032 LVal.resizePath((unsigned)-1);
1033 LVal.IsNullPtr = IsNullPtr;
1040 LV &LVal = *((LV *)(char *)&Data);
1041 LVal.Base = B;
1042 LVal.IsOnePastTheEnd = IsOnePastTheEnd;
1043 LVal.Offset = O;
1044 LVal.IsNullPtr = IsNullPtr;
1045 LVal.resizePath(Size);
1046 return {LVal.getPath(), Size};