Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSElem

7706     QualType RHSElem = getAsArrayType(RHS)->getElementType();
7709 RHSElem = RHSElem.getUnqualifiedType();
7712 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified);
7716 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7726 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7741 if (getCanonicalType(RHSElem) == getCanonicalType(ResultType)) return RHS;