Home | History | Annotate | Download | only in Serialization

Lines Matching refs:StrLen

1108     unsigned StrLen = strlen(path);
1109 clang::io::Emit16(Out, StrLen);
1112 return std::make_pair(StrLen + 1, DataLen);
1269 unsigned StrLen = strlen(path);
1270 clang::io::Emit16(Out, StrLen);
1273 return std::make_pair(StrLen + 1, DataLen);
1518 StringRef(Name, strlen(Name) + 1));
1595 unsigned FilenameLen = Filename? strlen(Filename) : 0;