Searched defs:TokenInfo (Results 1 – 9 of 9) sorted by relevance
56 char TokenInfo[tok::NUM_TOKENS]; variable
46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
47 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class