Lines Matching full:perform
42 // Determine where to perform name lookup.
139 // Perform lookup into the current scope (only).
763 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, move(exprs));
1107 ExprResult FullInit = InitSeq.Perform(*this, Entity, Kind,
1341 // To perform this comparison, we compute the function type that
1370 // Perform template argument deduction to try to match the
1812 // We have a single conversion to a pointer-to-object type. Perform
2107 /// PerformImplicitConversion - Perform an implicit conversion of the
2186 llvm_unreachable("Cannot perform an ellipsis conversion");
2196 /// PerformImplicitConversion - Perform an implicit conversion of the
2256 // Perform the first implicit conversion.
2293 // Perform the second implicit conversion
2422 // Perform half-to-boolean conversion via float.
3103 // Perform the initialization within a SFINAE trap at translation unit
3111 ExprResult Result = Init.Perform(Self, To, Kind, MultiExprArg(&FromPtr, 1));
3531 // We found a match. Perform the conversions on the arguments and move on.
3577 /// \brief Perform an "extended" implicit conversion as returned by
3585 ExprResult Result = InitSeq.Perform(Self, Entity, Kind, MultiExprArg(&Arg, 1));
3996 = E1ToC1.Perform(*this, Entity1, Kind, MultiExprArg(*this,&E1,1));
4003 = E2ToC1.Perform(*this, Entity1, Kind, MultiExprArg(*this,&E2,1));
4021 = E1ToC2.Perform(*this, Entity2, Kind, MultiExprArg(*this, &E1, 1));
4028 = E2ToC2.Perform(*this, Entity2, Kind, MultiExprArg(*this, &E2, 1));
4460 // it's location, and we'll perform (qualified) name lookup again at
4592 /// Perform the conversions required for an expression used in a