Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp982 } ReinterpretKind; in DiagnoseReinterpretUpDownCast() local
987 ReinterpretKind = ReinterpretUpcast; in DiagnoseReinterpretUpDownCast()
989 ReinterpretKind = ReinterpretDowncast; in DiagnoseReinterpretUpDownCast()
1036 ReinterpretKind == ReinterpretUpcast? DestType : SrcType; in DiagnoseReinterpretUpDownCast()
1038 ReinterpretKind == ReinterpretUpcast? SrcType : DestType; in DiagnoseReinterpretUpDownCast()
1042 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
1045 << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()