Lines Matching refs:Operator
210 void operator=(const Sema &) LLVM_DELETED_FUNCTION;
684 /// A flag to remember whether the implicit forms of operator new and delete
704 /// fields, such as a SIZE operator in MS-style inline assembly.
1001 /// Teach operator<< to produce an object of the correct type.
1003 friend const SemaDiagnosticBuilder &operator<<(
2453 /// overloaded operator names, constructor names, etc.) into zero or
2490 /// Look up of an operator name (e.g., operator+) for use with
2491 /// operator overloading. This lookup is similar to ordinary name
2495 /// operator in C++. This lookup completely ignores operator, object,
2533 /// \brief The possible outcomes of name lookup for a literal operator.
2537 /// \brief The lookup found a single 'cooked' literal operator, which
2540 /// \brief The lookup found a single 'raw' literal operator, which expects
2543 /// \brief The lookup found an overload set of literal operator templates,
2547 /// \brief The lookup found an overload set of literal operator templates,
2600 DeclAccessPair Operator,
2947 Expr *operator->() {
3471 // Binary/Unary Operators. 'Tok' is the token for the operator.
3515 // changing the access operator from a '.' to a '->' (to see if that is the
3517 // defines a custom operator->).
3965 /// copy assignment operator of a class will have, and whether the
3976 /// assignment operator of a class will have.
4079 /// \brief Declare the implicit copy assignment operator for the given class.
4082 /// copy assignment operator will be added.
4084 /// \returns The implicitly-declared copy assignment operator.
4087 /// \brief Defines an implicitly-declared copy assignment operator.
4091 /// \brief Declare the implicit move assignment operator for the given class.
4094 /// move assignment operator will be added.
4096 /// \returns The implicitly-declared move assignment operator, or NULL if it
4100 /// \brief Defines an implicitly-declared move assignment operator.
4319 bool AllowMissing, FunctionDecl *&Operator,
4328 DeclarationName Name, FunctionDecl* &Operator,
4644 /// call operator, for name lookup purposes for a lambda init capture.
6181 friend bool operator==(const ActiveTemplateInstantiation &X,
6209 friend bool operator!=(const ActiveTemplateInstantiation &X,
6420 operator=(const InstantiatingTemplate&) LLVM_DELETED_FUNCTION;