Lines Matching defs:LVal
996 const LV &LVal = *((const LV *)(const char *)&Data);
997 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength);
1018 LV &LVal = *((LV *)(char *)&Data);
1019 LVal.Base = B;
1020 LVal.IsOnePastTheEnd = false;
1021 LVal.Offset = O;
1022 LVal.resizePath((unsigned)-1);
1023 LVal.IsNullPtr = IsNullPtr;
1030 LV &LVal = *((LV *)(char *)&Data);
1031 LVal.Base = B;
1032 LVal.IsOnePastTheEnd = IsOnePastTheEnd;
1033 LVal.Offset = O;
1034 LVal.IsNullPtr = IsNullPtr;
1035 LVal.resizePath(Size);
1036 return {LVal.getPath(), Size};