Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

230   ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
1307 // we're going to produce a diagnostic. Perform the derived-to-base
2097 // perform this type-checking again. Just save the arguments that we
2282 // perform this type-checking again. Just save the arguments that we
2336 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind,
2373 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind,
2455 // the source array, and other clients (e.g., CodeGen) will perform the
2522 = InitSeq.Perform(SemaRef, Entities.back(), InitKind,
2559 InitSeq.Perform(SemaRef, InitEntity, InitKind, MultiExprArg());
3526 /// \brief Perform semantic checks on a class definition that has been
8949 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, move(Exprs), &T);
9442 /// \brief Perform semantic analysis for the variable declaration that
9539 ExprResult result = sequence.Perform(*this, entity, initKind,
9645 /// \brief Perform semantic analysis of the given friend type declaration.
10639 InitSeq.Perform(*this, InitEntity, InitKind, MultiExprArg());