reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10073 QualType LHSType = LHS.get()->getType(); 10078 QualType T = S.FindCompositePointerType(Loc, LHS, RHS); 10082 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true); 10084 S.InvalidOperands(Loc, LHS, RHS); 10088 LHS = S.ImpCastExprToType(LHS.get(), T, CK_BitCast); 10088 LHS = S.ImpCastExprToType(LHS.get(), T, CK_BitCast);