Home | History | Annotate | Download | only in tools

Lines Matching refs:parse

941     def parse(self, i):
981 print "CppExpr: trying to parse %s" % repr(tokens)
1203 print "CppExpr: trying to parse sub-expression %s" % repr(self.tok[i+1:i2])
1889 # We're going to parse the next tokens of the same block
1974 """tokenize and parse the input source, return a BlockList object
2059 def parse(self,tokzer):
2063 """parse a list of text lines into a BlockList object"""
2067 """parse a file into a BlockList object"""
2075 blocks = BlockParser().parse( CppLinesTokenizer(lines) )
2243 list = BlockParser().parse( CppLinesTokenizer(lines) )