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

References

tools/clang/lib/Sema/SemaExpr.cpp
13718         UnaryOperator::isIncrementDecrementOp(Opc))
13719       return checkPseudoObjectIncDec(S, OpLoc, Opc, Input);
13722     if (Opc == UO_Extension)
13723       return CreateBuiltinUnaryOp(OpLoc, Opc, Input);
13727     if (Opc == UO_AddrOf &&
13731       return CreateBuiltinUnaryOp(OpLoc, Opc, Input);
13740       UnaryOperator::getOverloadedOperator(Opc) != OO_None &&
13741       !(Opc == UO_AddrOf && isQualifiedMemberAccess(Input))) {
13747     OverloadedOperatorKind OverOp = UnaryOperator::getOverloadedOperator(Opc);
13752     return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input);
13755   return CreateBuiltinUnaryOp(OpLoc, Opc, Input);