Home | History | Annotate | Download | only in Sema

Lines Matching full:convert

325         // Convert the integer to the floating type.
360 // Convert the source value into the target type.
362 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert(
417 // Convert the initializer to and from the target width and signed-ness.
555 /// \brief Convert from Sema's representation of template deduction information
1448 // so we can convert to the type of that function.
2172 // Objective C++: We're able to convert between "id" or "Class" and a
2186 // Objective C++: We're able to convert from a pointer to an
2220 // Objective C++: We're able to convert from a pointer to any object
2230 // Objective C++: We're able to convert from a block pointer type to a
4366 // required to convert the argument expression to the
4442 // conversion sequence is the worst conversion necessary to convert an
4597 // sequence is the one required to convert the element to the
4840 /// TryContextuallyConvertToBool - Attempt to contextually convert the
5054 /// convert the expression From to an Objective-C pointer type.
5108 /// \brief Attempt to convert the given expression to an integral or
5111 /// This routine will attempt to convert an expression of class type to an
5698 /// and ToType is the type that we're eventually trying to convert to
5752 // We won't go through a user-define type conversion function to convert a
5766 // convert to (ToType), we need to synthesize a call to the
6369 // about which builtin types we can convert to.
7555 // Find all of the types that the arguments can convert to, but only
8193 // Special diagnostic for failure to convert an initializer list, since
9152 // member, don't try to convert it to a pointer-to-member type.
10110 // Convert the arguments.
10121 // Convert the arguments.
10156 // We matched a built-in operator. Convert the arguments, then
10331 // Convert the arguments.
10352 // Convert the arguments.
10401 // We matched a built-in operator. Convert the arguments, then
10557 // Convert the arguments.
10566 // Convert the arguments.
10606 // We matched a built-in operator. Convert the arguments, then
10866 // Convert the object argument (for a non-static member function call).
10878 // Convert the rest of the arguments
11280 // Convert the object parameter.