ΒΆTryCastResult TryLValueToRValueCast(
    clang::Sema& Self,
    clang::Expr* SrcExpr,
    clang::QualType DestType,
    bool CStyle,
    clang::CastKind& Kind,
    clang::CXXCastPath& BasePath,
    unsigned int& msg)

Description

Tests whether a conversion according to N2844 is valid.

Declared at: clang/lib/Sema/SemaCast.cpp:1472

Parameters

clang::Sema& Self
clang::Expr* SrcExpr
clang::QualType DestType
bool CStyle
clang::CastKind& Kind
clang::CXXCastPath& BasePath
unsigned int& msg