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

References

tools/clang/lib/Sema/SemaCast.cpp
 2478   if (isValidCast(tcr))
 2483   if (tcr == TC_NotApplicable) {
 2484     tcr = TryAddressSpaceCast(Self, SrcExpr, DestType, /*CStyle*/ true, msg);
 2488     if (isValidCast(tcr))
 2491     if (tcr == TC_NotApplicable) {
 2493       tcr = TryStaticCast(Self, SrcExpr, DestType, CCK, OpRange, msg, Kind,
 2498       if (tcr == TC_NotApplicable) {
 2500         tcr = TryReinterpretCast(Self, SrcExpr, DestType, /*CStyle*/ true,
 2509       isValidCast(tcr))
 2512   if (tcr != TC_Success && msg != 0) {
 2535   if (isValidCast(tcr)) {