Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSElem

7271     QualType RHSElem = getAsArrayType(RHS)->getElementType();
7274 RHSElem = RHSElem.getUnqualifiedType();
7277 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified);
7281 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7291 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7306 if (getCanonicalType(RHSElem) == getCanonicalType(ResultType)) return RHS;