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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9102   if (isLaxVectorConversion(OtherType, VecType)) {
 9107       *OtherExpr = ImpCastExprToType(OtherExpr->get(), VecType, CK_BitCast);
 9108       return VecType;
 9118       return VecType;