Lines Matching full:perform
322 = InitSeq.Perform(SemaRef, MemberEntity, Kind, MultiExprArg());
347 /// with expressions that perform value-initialization of the
430 = InitSeq.Perform(SemaRef, ElementEntity, Kind, MultiExprArg());
795 Seq.Perform(SemaRef, Entity, Kind, MultiExprArg(&expr, 1));
1640 // Note: we perform a linear search of the fields here, despite
1681 // name. Perform another lookup for this name, which may find
1966 // Repeatedly perform subobject initializations in the range
2954 // Perform overload resolution. If it fails, return the failed result.
2976 // Determine whether we need to perform derived-to-base or
2995 // we need to perform to produce a temporary of the right type
3161 // compiler the freedom to perform a copy here or bind to the
3361 // Perform overload resolution. If it fails, return the failed result.
3480 "Must have a class type to perform a user-defined conversion");
3573 // Perform overload resolution. If it fails, return the failed result.
4006 // Perform initialization
4174 // Perform overload resolution using the class's copy/move constructors.
4285 // Determine the arguments required to actually perform the
4292 // Actually perform the constructor call.
4326 InitializationSequence::Perform(Sema &S,
4463 // lvalue. Perform that cast.
4565 // Determine the arguments required to actually perform the constructor
4652 // Perform a qualification conversion; these can never go wrong.
4720 // Determine the arguments required to actually perform the constructor
5532 return Seq.Perform(*this, Entity, Kind, MultiExprArg(&InitE, 1));