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

References

tools/clang/lib/Sema/SemaExpr.cpp
 7417   if (!checkConditionalNullPointer(*this, RHS, LHSTy)) return LHSTy;
 7418   if (!checkConditionalNullPointer(*this, LHS, RHSTy)) return RHSTy;