Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSValue

6014     QualType RHSValue = RHS->getAs<AtomicType>()->getValueType();
6017 RHSValue = RHSValue.getUnqualifiedType();
6019 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
6024 if (getCanonicalType(RHSValue) == getCanonicalType(ResultType))