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

Definitions

tools/clang/include/clang/AST/StmtVisitor.h
   42   RetTy Visit(PTR(Stmt) S, ParamTys... P) {
   42   RetTy Visit(PTR(Stmt) S, ParamTys... P) {
  163   UNARYOP_FALLBACK(Plus)      UNARYOP_FALLBACK(Minus)
tools/clang/lib/AST/ExprConstant.cpp
 6707   bool VisitUnaryPlus(const UnaryOperator *E)
tools/clang/lib/CodeGen/CGExprComplex.cpp
  204   ComplexPairTy VisitUnaryPlus     (const UnaryOperator *E) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
  625   Value *VisitUnaryPlus(const UnaryOperator *E) {
usr/include/c++/7.4.0/bits/move.h
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept