Lines Matching full:defaulted
3694 llvm_unreachable("non-special member explicitly defaulted!");
4424 // A defaulted [copy] assignment operator for class X is defined as deleted
4546 // A defaulted [move] assignment operator for class X is defined as deleted
4663 // A defaulted destructor for a class X is defined as deleted if:
4676 // a destructor that is inaccessible from the defaulted destructor
4692 // a destructor that is inaccessible from the defaulted destructor
4726 // inaccessible from the defaulted destructor
6826 /// Get any existing defaulted default constructor for the given class. Do not
6839 // A function template cannot be defaulted.
6872 // If the default constructor is explicitly defaulted, checking the exception
6947 // transformation of defaulted parameters as follows:
7609 // The implicitly-defined or explicitly-defaulted copy assignment operator
7908 // virtual bases, but it can still be user-declared and explicitly defaulted.
7990 // assignment operator, one will be implicitly declared as defaulted if and
8046 "Bad argument type of defaulted move assignment");
8637 // constructor, one will be implicitly declared as defaulted if and only if: