Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp769 } ReinterpretKind; in DiagnoseReinterpretUpDownCast() local
774 ReinterpretKind = ReinterpretUpcast; in DiagnoseReinterpretUpDownCast()
776 ReinterpretKind = ReinterpretDowncast; in DiagnoseReinterpretUpDownCast()
823 ReinterpretKind == ReinterpretUpcast? DestType : SrcType; in DiagnoseReinterpretUpDownCast()
825 ReinterpretKind == ReinterpretUpcast? SrcType : DestType; in DiagnoseReinterpretUpDownCast()
829 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
832 << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()