Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Build

70   bool Build(InitListExpr *ILE);
71 void Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
358 bool ConstStructBuilder::Build(InitListExpr *ILE) {
419 void ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD,
452 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
553 if (!Builder.Build(ILE))
567 Builder.Build(Val, RD, false, CD, CharUnits::Zero());
633 // Build a struct with the union sub-element as the first member,