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

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
 1563   if (op->isTypeDependent())
 1564     return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
 1568   Expr *opaqueRef = op->IgnoreParens();
 1572     return builder.buildIncDecOperation(Sc, opcLoc, opcode, op);
 1579     return builder.buildIncDecOperation(Sc, opcLoc, opcode, op);
 1583     return Builder.buildIncDecOperation(Sc, opcLoc, opcode, op);