Home | History | Annotate | Download | only in AST

Lines Matching refs:getByteLength

1496 /// calling getByteLength().  The C type for a string is always a
1507 /// In this case, getByteLength() will return 6, but the string literal will
1560 return StringRef(StrData.asChar, getByteLength());
1568 return StringRef(StrData.asChar, getByteLength());
1571 getByteLength());
1574 getByteLength());
1589 unsigned getByteLength() const { return CharByteWidth*Length; }