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