Home | History | Annotate | Download | only in Sema

Lines Matching refs:Conversion

812 /// @property-specific behavior for doing lvalue-to-rvalue conversion.
976 /// conversion.
1072 // Look for a conversion to an integral, enumeration type, or
1079 if (CXXConversionDecl *Conversion =
1081 QualType CT = Conversion->getConversionType().getNonReferenceType();
1084 ConversionDecls.push_back(Conversion);
1088 ConversionDecls.push_back(Conversion);
1097 // No conversion function was found. Issue diagnostic and return.