Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSValue

7683     QualType LHSValue = LHS->getAs<AtomicType>()->getValueType();
7686 LHSValue = LHSValue.getUnqualifiedType();
7689 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7692 if (getCanonicalType(LHSValue) == getCanonicalType(ResultType))