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

References

tools/clang/lib/Sema/SemaCast.cpp
 1706   DestType = Self.Context.getCanonicalType(DestType);
 1753     DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
 1754     SrcType = Self.Context.getPointerType(SrcType);
 1788   if (!Self.Context.hasCvrSimilarType(SrcType, DestType))
 1794     SrcExpr = Self.CreateMaterializeTemporaryExpr(SrcExpr.get()->getType(),