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

References

tools/clang/include/clang/AST/OperationKinds.def
  410 UNARY_OPERATION(PostInc, "++")
  411 UNARY_OPERATION(PostDec, "--")
  413 UNARY_OPERATION(PreInc, "++")
  414 UNARY_OPERATION(PreDec, "--")
  416 UNARY_OPERATION(AddrOf, "&")
  417 UNARY_OPERATION(Deref, "*")
  419 UNARY_OPERATION(Plus, "+")
  420 UNARY_OPERATION(Minus, "-")
  421 UNARY_OPERATION(Not, "~")
  422 UNARY_OPERATION(LNot, "!")
  424 UNARY_OPERATION(Real, "__real")
  425 UNARY_OPERATION(Imag, "__imag")
  427 UNARY_OPERATION(Extension, "__extension__")
  429 UNARY_OPERATION(Coawait, "co_await")