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

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
 1564     return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
 1567   assert(UnaryOperator::isIncrementDecrementOp(opcode));
 1572     return builder.buildIncDecOperation(Sc, opcLoc, opcode, op);
 1579     return builder.buildIncDecOperation(Sc, opcLoc, opcode, op);
 1583     return Builder.buildIncDecOperation(Sc, opcLoc, opcode, op);