Home | History | Annotate | Download | only in Lex

Lines Matching refs:IdLen

332       unsigned IdLen = DirectiveStr.size();
333 if (IdLen >= 20) {
339 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
340 Directive = StringRef(DirectiveBuf, IdLen);