Home
last modified time | relevance | path

Searched refs:ReinterpretKind (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp770 } ReinterpretKind; in DiagnoseReinterpretUpDownCast() local
775 ReinterpretKind = ReinterpretUpcast; in DiagnoseReinterpretUpDownCast()
777 ReinterpretKind = ReinterpretDowncast; in DiagnoseReinterpretUpDownCast()
824 ReinterpretKind == ReinterpretUpcast? DestType : SrcType; in DiagnoseReinterpretUpDownCast()
826 ReinterpretKind == ReinterpretUpcast? SrcType : DestType; in DiagnoseReinterpretUpDownCast()
830 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
833 << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()