Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSValue

7248     QualType LHSValue = LHS->getAs<AtomicType>()->getValueType();
7251 LHSValue = LHSValue.getUnqualifiedType();
7254 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7257 if (getCanonicalType(LHSValue) == getCanonicalType(ResultType))