Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSElem

7209     QualType RHSElem = getAsArrayType(RHS)->getElementType();
7212 RHSElem = RHSElem.getUnqualifiedType();
7215 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified);
7219 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7229 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7244 if (getCanonicalType(RHSElem) == getCanonicalType(ResultType)) return RHS;