reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9055 if (ResultType.isNull()) 9089 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) 9091 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) 9094 return getConstantArrayType(ResultType, LCAT->getSize(), 9098 return getConstantArrayType(ResultType, RCAT->getSize(), 9101 if (LVAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) 9103 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) 9117 if (getCanonicalType(LHSElem) == getCanonicalType(ResultType)) return LHS; 9118 if (getCanonicalType(RHSElem) == getCanonicalType(ResultType)) return RHS; 9119 return getIncompleteArrayType(ResultType,