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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6923   QualType LHSTy = LHS.get()->getType();
 6968         << LHSTy << RHSTy << 2 << LHS.get()->getSourceRange()
 7007     LHS = S.ImpCastExprToType(LHS.get(), incompatTy, LHSCastKind);
 7007     LHS = S.ImpCastExprToType(LHS.get(), incompatTy, LHSCastKind);
 7018         << LHSTy << RHSTy << LHS.get()->getSourceRange()
 7043   LHS = S.ImpCastExprToType(LHS.get(), ResultTy, LHSCastKind);
 7043   LHS = S.ImpCastExprToType(LHS.get(), ResultTy, LHSCastKind);