Searched defs:Un (Results 1 – 2 of 2) sorted by relevance
79 UnaryOperatorKind Un; member85 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind()
220 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<()