Home | History | Annotate | Download | only in AST

Lines Matching defs:RHSValue

7187     QualType RHSValue = RHS->getAs<AtomicType>()->getValueType();
7190 RHSValue = RHSValue.getUnqualifiedType();
7192 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7197 if (getCanonicalType(RHSValue) == getCanonicalType(ResultType))