Lines Matching refs:ToBase
1168 APValue::LValueBase ToBase = ToVal.getLValueBase();1169 if (FromBase.isNull() && ToBase.isNull())1171 if (FromBase.isNull() || ToBase.isNull())1174 ToBase.get<const ValueDecl*>();