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