Home | History | Annotate | Download | only in Sema

Lines Matching refs:Standard

116   /// standard conversion sequence according to C++11 [dcl.init.list]p7.
132 /// StandardConversionSequence - represents a standard conversion
133 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
138 /// we can keep the size of a standard conversion sequence to a
249 /// \brief Represents the standard conversion that occurs before
254 /// (12.3.1), the initial standard conversion sequence converts
257 /// a conversion function (12.3.2), the initial standard
264 /// a standard conversion. In this case, 'Before' field must be ignored.
275 /// After - Represents the standard conversion that occurs after
382 /// sequence, which may be a standard conversion sequence
426 /// details of the standard conversion sequence.
427 Standard;
456 case StandardConversion: Standard = Other.Standard; break;
693 /// a CXXConversionDecl), the standard conversion that occurs