Lines Matching refs:Operator
394 void operator=(const DeclSpec &) LLVM_DELETED_FUNCTION;
832 const UnqualifiedId &operator=(const UnqualifiedId &) LLVM_DELETED_FUNCTION;
839 /// \brief An overloaded operator name, e.g., operator+.
841 /// \brief A conversion function name, e.g., operator int.
843 /// \brief A user-defined literal name, e.g., operator "" _i.
858 /// \brief The kind of overloaded operator.
859 OverloadedOperatorKind Operator;
862 /// the operator, e.g., the "new", "[", and "]" tokens in
863 /// operator new [].
878 /// \brief When Kind == IK_OperatorFunctionId, the overloaded operator
901 /// which will be the location of the identifier, "operator" keyword,
940 /// operator-function-id.
942 /// \param OperatorLoc the location of the 'operator' keyword.
944 /// \param Op the overloaded operator.
946 /// \param SymbolLocations the locations of the individual operator symbols
947 /// in the operator.
955 /// \param OperatorLoc the location of the 'operator' keyword.
970 /// literal-operator-id.
974 /// \param OpLoc the location of the 'operator' keyword.