Home | History | Annotate | Download | only in Serialization

Lines Matching refs:StrLen

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