Home | History | Annotate | Download | only in Sema

Lines Matching defs:Perform

324       = InitSeq.Perform(SemaRef, MemberEntity, Kind, MultiExprArg());
349 /// with expressions that perform value-initialization of the
433 = InitSeq.Perform(SemaRef, ElementEntity, Kind, MultiExprArg());
800 Seq.Perform(SemaRef, Entity, Kind, MultiExprArg(&expr, 1));
1665 // Note: we perform a linear search of the fields here, despite
1706 // name. Perform another lookup for this name, which may find
1989 // Repeatedly perform subobject initializations in the range
2851 // Perform overload resolution and return the result.
3265 // Perform overload resolution. If it fails, return the failed result.
3289 // Determine whether we need to perform derived-to-base or
3308 // we need to perform to produce a temporary of the right type
3483 // compiler the freedom to perform a copy here or bind to the
3705 "Must have a class type to perform a user-defined conversion");
3798 // Perform overload resolution. If it fails, return the failed result.
4238 // Perform initialization
4458 // Perform overload resolution using the class's copy/move constructors.
4533 // Determine the arguments required to actually perform the
4540 // Actually perform the constructor call.
4576 // Perform overload resolution.
4667 // Determine the arguments required to actually perform the constructor
4752 InitializationSequence::Perform(Sema &S,
4894 // lvalue. Perform that cast.
4996 // Determine the arguments required to actually perform the constructor
5083 // Perform a qualification conversion; these can never go wrong.
5713 // Try to perform all copies again.
6160 ExprResult Result = Seq.Perform(*this, Entity, Kind, MultiExprArg(&InitE, 1));