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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9899   const VectorType *LHSVecTy = LHSType->getAs<VectorType>();
 9900   QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType;
 9931     LHSType = VecTy;
 9959   return LHSType;