Home | History | Annotate | Download | only in Lex

Lines Matching refs:IdLen

294       unsigned IdLen = DirectiveStr.size();
295 if (IdLen >= 20) {
301 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
302 Directive = StringRef(DirectiveBuf, IdLen);