Home | History | Annotate | Download | only in Lex

Lines Matching full:idlen

286       unsigned IdLen = DirectiveStr.size();
287 if (IdLen >= 20) {
293 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
294 Directive = StringRef(DirectiveBuf, IdLen);