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

References

tools/clang/lib/Sema/SemaExpr.cpp
13249     DiagnoseBitwisePrecedence(Self, Opc, OpLoc, LHSExpr, RHSExpr);
13253       !OpLoc.isMacroID()/* Don't warn in macros. */) {
13254     DiagnoseBitwiseOpInBitwiseOp(Self, Opc, OpLoc, LHSExpr);
13255     DiagnoseBitwiseOpInBitwiseOp(Self, Opc, OpLoc, RHSExpr);
13260   if (Opc == BO_LOr && !OpLoc.isMacroID()/* Don't warn in macros. */) {
13261     DiagnoseLogicalAndInLogicalOrLHS(Self, OpLoc, LHSExpr, RHSExpr);
13262     DiagnoseLogicalAndInLogicalOrRHS(Self, OpLoc, LHSExpr, RHSExpr);
13268     DiagnoseAdditionInShift(Self, OpLoc, LHSExpr, Shift);
13269     DiagnoseAdditionInShift(Self, OpLoc, RHSExpr, Shift);
13275     DiagnoseShiftCompare(Self, OpLoc, LHSExpr, RHSExpr);