Home | History | Annotate | Download | only in AST

Lines Matching refs:FromBase

1190         APValue::LValueBase FromBase = FromVal.getLValueBase();
1192 if (FromBase.isNull() && ToBase.isNull())
1194 if (FromBase.isNull() || ToBase.isNull())
1196 return FromBase.get<const ValueDecl*>() ==