• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:Perform

275   ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
1244 E = Seq.Perform(S, Entity, Kind, Init);
2898 // we're going to produce a diagnostic. Perform the derived-to-base
3950 Init = Seq.Perform(*this, Entity, Kind, InitExpr);
4315 ExprResult MemberInit = InitSeq.Perform(*this, MemberEntity, Kind, Args,
4368 ExprResult DelegationInit = InitSeq.Perform(*this, DelegationEntity, Kind,
4502 ExprResult BaseInit = InitSeq.Perform(*this, BaseEntity, Kind, Args, nullptr);
4572 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, None);
4610 BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, CopyCtorArg);
4707 InitSeq.Perform(SemaRef, Entity, InitKind, MultiExprArg(&CtorArgE, 1));
4738 InitSeq.Perform(SemaRef, InitEntity, InitKind, None);
6218 /// Perform propagation of DLL attributes from a derived class to a
6505 /// Perform semantic checks on a class definition that has been
6619 // Perform checks that can't be done until we know all the properties of a
8209 /// Perform the unqualified lookups that might be needed to form a defaulted
8242 // Perform any unqualified lookups we're going to need to default this
8546 // Perform any deferred checking of exception specifications for virtual
8551 // Perform any deferred checking of exception specifications for befriended
9160 /// Perform lookup for a special member of the specified kind, and determine
13014 // Perform any delayed checks on exception specifications.
13318 /// Perform any semantic analysis which needs to be delayed until all
15767 /// Perform semantic analysis for the variable declaration that
15876 ExprResult result = sequence.Perform(*this, entity, initKind, opaqueValue);
16043 /// Perform semantic analysis of the given friend type declaration.
17320 InitSeq.Perform(*this, InitEntity, InitKind, None);