Lines Matching defs:Perform
676 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
1519 ExprResult Result = Seq.Perform(SemaRef, TmpEntity, Kind, expr);
2710 : Seq.Perform(SemaRef, Entity, Kind, Init);
4327 // Perform overload resolution and return the result.
4622 // Perform address space compatibility check.
4988 // Perform overload resolution. If it fails, return the failed result.
5162 // Perform a (possibly multi-level) qualification conversion.
5586 ER = IS.Perform(S, SubEntity, SubKind,
5905 // Perform overload resolution. If it fails, return the failed result.
6715 // Perform initialization
6919 // Perform overload resolution using the class's constructors. Per
7067 // Perform overload resolution.
7482 ExprResult InitializationSequence::Perform(Sema &S,
7723 // lvalue. Perform that cast.
7909 // Perform a qualification conversion; these can never go wrong.
9668 ExprResult Result = Seq.Perform(*this, Entity, Kind, InitE);
9744 // FIXME: Perform "exact type" matching first, per CWG discussion?