Home | History | Annotate | Download | only in tools

Lines Matching defs:BlockList

272         """Parse a list of text lines into a BlockList object."""
280 """Parse a file into a BlockList object."""
959 of Block objects (grouped in a BlockList object for convenience)
1161 class BlockList(object):
1184 """Dump all the blocks in current BlockList."""
1192 """Remove the code between #if 0 .. #endif in a BlockList."""
1196 """Remove known defined and undefined macros from a BlockList."""
1207 """Return the list of included files in a BlockList."""
1433 """A class that converts an input source file into a BlockList object."""
1585 # empty BlockList.
1588 return BlockList(blocks)