Searched defs:OperatorKind (Results 1 – 2 of 2) sorted by relevance
82 explicit OperatorKind(BinaryOperatorKind Bin) : Op{Bin}, IsBinary{true} {} OperatorKind() function 83 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } OperatorKind() function
104 auto OperatorKind = D->getOverloadedOperator(); in hasReservedReturnType() local