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

References

tools/clang/lib/Sema/SemaExpr.cpp
11168   if (Loc.isMacroID())
11208       CharSourceRange::getCharRange(Loc, S.getLocForEndOfToken(Loc));
11208       CharSourceRange::getCharRange(Loc, S.getLocForEndOfToken(Loc));
11253         S.Diag(Loc, diag::warn_xor_used_as_pow_base)
11257         S.Diag(Loc, diag::warn_xor_used_as_pow) << ExprStr << XorValue.toString(10, true);
11261       S.Diag(Loc, diag::warn_xor_used_as_pow_base_extra)
11268     S.Diag(Loc, diag::note_xor_used_as_pow_silence) << ("0x2 ^ " + RHSStr) << SuggestXor;
11271     S.Diag(Loc, diag::warn_xor_used_as_pow_base)
11274     S.Diag(Loc, diag::note_xor_used_as_pow_silence) << ("0xA ^ " + RHSStr) << SuggestXor;