Home | History | Annotate | Download | only in Lex

Lines Matching full:idlen

387       unsigned IdLen = DirectiveStr.size();
388 if (IdLen >= 20) {
394 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
395 Directive = StringRef(DirectiveBuf, IdLen);