Home | History | Annotate | Download | only in Ecc

Lines Matching refs:NameStart

149                 NameStart = DeclSplitList[0].rfind(FuncName)

150 var.Declarator = var.Declarator[NameStart:]
151 if NameStart > 0:
152 var.Modifier += ' ' + DeclSplitList[0][0:NameStart]
155 while Index < NameStart:
448 NameStart = DeclSplitList[0].rfind(FuncName)
449 if NameStart > 0:
450 FuncDef.Modifier += ' ' + DeclSplitList[0][0:NameStart]
453 while Index < NameStart: