Searched defs:RawContentSection (Results 1 – 1 of 1) sorted by relevance
243 struct RawContentSection : Section { struct248 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument250 static bool classof(const Chunk *S) { in classof()