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

References

tools/clang/lib/Sema/SemaExpr.cpp
13284   assert(RHSExpr && "ActOnBinOp(): missing right expression");
13287   DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr);
13289   return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);