Lines Matching defs:Perform
678 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
1545 ExprResult Result = Seq.Perform(SemaRef, TmpEntity, Kind, expr);
2738 : Seq.Perform(SemaRef, Entity, Kind, Init);
4392 // Perform overload resolution and return the result.
4731 // Perform address space compatibility check.
5122 // Perform overload resolution. If it fails, return the failed result.
5296 // Perform a (possibly multi-level) qualification conversion.
5724 ER = IS.Perform(S, SubEntity, SubKind,
6049 // Perform overload resolution. If it fails, return the failed result.
6855 // Perform initialization
7060 // Perform overload resolution using the class's constructors. Per
7208 // Perform overload resolution.
7637 ExprResult InitializationSequence::Perform(Sema &S,
7878 // lvalue. Perform that cast.
8064 // Perform a qualification conversion; these can never go wrong.
9823 ExprResult Result = Seq.Perform(*this, Entity, Kind, InitE);
9899 // FIXME: Perform "exact type" matching first, per CWG discussion?