reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
12535   OverloadedOperatorKind Op = UnaryOperator::getOverloadedOperator(Opc);
12550   if (Opc == UO_PostInc || Opc == UO_PostDec) {
12550   if (Opc == UO_PostInc || Opc == UO_PostDec) {
12561       return new (Context) UnaryOperator(Input, Opc, Context.DependentTy,
12684                                 << UnaryOperator::getOpcodeStr(Opc)
12687         UnaryOperator::getOpcodeStr(Opc), OpLoc);
12693                                        << UnaryOperator::getOpcodeStr(Opc)
12695         *this, OCD_AllCandidates, ArgsArray, UnaryOperator::getOpcodeStr(Opc),
12703   return CreateBuiltinUnaryOp(OpLoc, Opc, Input);