Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

250   ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
1440 // we're going to produce a diagnostic. Perform the derived-to-base
2004 Init = Seq.Perform(*this, Entity, Kind, MultiExprArg(Inits, NumInits));
2423 ExprResult MemberInit = InitSeq.Perform(*this, MemberEntity, Kind,
2478 ExprResult DelegationInit = InitSeq.Perform(*this, DelegationEntity, Kind,
2496 // perform this type-checking again. Just save the arguments that we
2615 ExprResult BaseInit = InitSeq.Perform(*this, BaseEntity, Kind,
2628 // perform this type-checking again. Just save the arguments that we
2704 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, Args);
2713 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, MultiExprArg());
2752 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind,
2838 // the source array, and other clients (e.g., CodeGen) will perform the
2908 = InitSeq.Perform(SemaRef, Entities.back(), InitKind,
2946 InitSeq.Perform(SemaRef, InitEntity, InitKind, MultiExprArg());
3956 /// \brief Perform semantic checks on a class definition that has been
4110 /// Is the special member function which would be selected to perform the
4147 // For copy or move constructors, we need to perform overload resolution.
4884 /// Perform lookup for a special member of the specified kind, and determine
4888 /// perform overload resolution for default constructors.
4954 // ambiguity; no need to actually perform overload resolution.
4959 // In C++98, we are not supposed to perform overload resolution here, but we
4977 // In C++98, we are not supposed to perform overload resolution here, but we
7696 // FIXME: Don't perform name lookup just to obtain a source location!
8005 /// \brief Perform any semantic analysis which needs to be delayed until all
8016 // Perform any deferred checking of exception specifications for virtual
10215 /// \brief Perform semantic analysis for the variable declaration that
10310 ExprResult result = sequence.Perform(*this, entity, initKind,
10436 /// \brief Perform semantic analysis of the given friend type declaration.
11552 InitSeq.Perform(*this, InitEntity, InitKind, MultiExprArg());