Home | History | Annotate | Download | only in Sema

Lines Matching refs:Standard

118   /// standard conversion sequence according to C++11 [dcl.init.list]p7.
134 /// StandardConversionSequence - represents a standard conversion
135 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
140 /// we can keep the size of a standard conversion sequence to a
251 /// \brief Represents the standard conversion that occurs before
256 /// (12.3.1), the initial standard conversion sequence converts
259 /// a conversion function (12.3.2), the initial standard
266 /// a standard conversion. In this case, 'Before' field must be ignored.
277 /// After - Represents the standard conversion that occurs after
384 /// sequence, which may be a standard conversion sequence
428 /// details of the standard conversion sequence.
429 StandardConversionSequence Standard;
458 case StandardConversion: Standard = Other.Standard; break;
665 /// a CXXConversionDecl), the standard conversion that occurs