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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9905   QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType;
 9905   QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType;
 9921     assert(RHSVecTy);
 9929         S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements());
 9932   } else if (RHSVecTy) {
 9936     if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) {