Home | History | Annotate | Download | only in scripts

Lines Matching refs:tail

232             if ((elem.tag is not 'type') and (elem.tail is not None)) and '*' in elem.tail:
240 if (paramname.tail is not None) and ('[' in paramname.tail):
241 isstaticarray = paramname.tail.count('[')