Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSValue

7014     QualType LHSValue = LHS->getAs<AtomicType>()->getValueType();
7017 LHSValue = LHSValue.getUnqualifiedType();
7020 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7023 if (getCanonicalType(LHSValue) == getCanonicalType(ResultType))