Home | History | Annotate | Download | only in Serialization

Lines Matching refs:StrLen

7266     // Extract that 16-bit length to avoid having to execute strlen().
7271 unsigned StrLen = (((unsigned) StrLenPtr[0])
7274 = &PP.getIdentifierTable().get(StringRef(Str, StrLen));