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

References

tools/clang/lib/Sema/SemaCast.cpp
 2558   if ((SrcType->isAnyPointerType() || SrcType->isBlockPointerType())
 2558   if ((SrcType->isAnyPointerType() || SrcType->isBlockPointerType())
 2561   if (SrcType->isIntegerType() && DestType->isIntegerType() &&
 2562       (SrcType->isBooleanType() == DestType->isBooleanType()) &&
 2563       (SrcType->isEnumeralType() == DestType->isEnumeralType()))
 2565   if (SrcType->isRealFloatingType() && DestType->isRealFloatingType())
 2567   if (SrcType->isEnumeralType() && DestType->isEnumeralType())
 2569   if (SrcType->isComplexType() && DestType->isComplexType())
 2571   if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType())
 2576             << SrcType << DestType << SrcExpr.get()->getSourceRange();