reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 9904   const VectorType *RHSVecTy = RHSType->getAs<VectorType>();
 9905   QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType;
 9923       return RHSType;