Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSValue

7684     QualType RHSValue = RHS->getAs<AtomicType>()->getValueType();
7687 RHSValue = RHSValue.getUnqualifiedType();
7689 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7694 if (getCanonicalType(RHSValue) == getCanonicalType(ResultType))