Searched defs:addSection (Results 1 – 4 of 4) sorted by relevance
60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
255 fun addSection(tag: String?, subjectName: String?): ContentSection { in addSection() method in MutableContent
300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
476 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function1090 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function