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

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
  499   assert(UnaryOperator::isIncrementDecrementOp(opcode));
  510   if (UnaryOperator::isPostfix(opcode) &&
  521   if (UnaryOperator::isIncrementOp(opcode)) {
  530   result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode) &&
  534   if (UnaryOperator::isPrefix(opcode) && !captureSetValueAsResult() &&
  540       syntacticOp, opcode, resultType, VK_LValue, OK_Ordinary, opcLoc,