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

References

tools/clang/lib/Sema/SemaExpr.cpp
11224     RHSStr = "-" + RHSStr;
11224     RHSStr = "-" + RHSStr;
11226     RHSStr = "+" + RHSStr;
11226     RHSStr = "+" + RHSStr;
11230   StringRef RHSStrRef = RHSStr;
11247     std::string SuggestedExpr = "1 << " + RHSStr;
11254             << ExprStr << XorValue.toString(10, true) << ("1LL << " + RHSStr)
11255             << FixItHint::CreateReplacement(ExprRange, "1LL << " + RHSStr);
11268     S.Diag(Loc, diag::note_xor_used_as_pow_silence) << ("0x2 ^ " + RHSStr) << SuggestXor;
11274     S.Diag(Loc, diag::note_xor_used_as_pow_silence) << ("0xA ^ " + RHSStr) << SuggestXor;