Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

323       = InitSeq.Perform(SemaRef, MemberEntity, Kind, MultiExprArg());
348 /// with expressions that perform value-initialization of the
432 = InitSeq.Perform(SemaRef, ElementEntity, Kind, MultiExprArg());
792 Seq.Perform(SemaRef, Entity, Kind, MultiExprArg(&expr, 1));
1660 // Note: we perform a linear search of the fields here, despite
1701 // name. Perform another lookup for this name, which may find
1984 // Repeatedly perform subobject initializations in the range
2801 // Perform overload resolution and return the result.
3239 // Perform overload resolution. If it fails, return the failed result.
3263 // Determine whether we need to perform derived-to-base or
3282 // we need to perform to produce a temporary of the right type
3457 // compiler the freedom to perform a copy here or bind to the
3690 "Must have a class type to perform a user-defined conversion");
3783 // Perform overload resolution. If it fails, return the failed result.
4223 // Perform initialization
4443 // Perform overload resolution using the class's copy/move constructors.
4518 // Determine the arguments required to actually perform the
4525 // Actually perform the constructor call.
4561 // Perform overload resolution.
4652 // Determine the arguments required to actually perform the constructor
4771 InitializationSequence::Perform(Sema &S,
4936 // lvalue. Perform that cast.
5038 // Determine the arguments required to actually perform the constructor
5125 // Perform a qualification conversion; these can never go wrong.
5761 // Try to perform all copies again.
6208 ExprResult Result = Seq.Perform(*this, Entity, Kind, MultiExprArg(&InitE, 1));