Searched defs:LVBase (Results 1 – 2 of 2) sorted by relevance
166 struct LVBase { struct167 APValue::LValueBase Base;168 CharUnits Offset;169 unsigned PathLength;170 bool IsNullPtr : 1;171 bool IsOnePastTheEnd : 1;
6806 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()