Lines Matching refs:getContents
150 virtual SmallVectorImpl<char> &getContents() = 0;
151 virtual const SmallVectorImpl<char> &getContents() const = 0;
228 virtual SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function
229 virtual const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function
278 virtual SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function
279 virtual const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function
309 virtual SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function
310 virtual const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function
473 SmallString<8> &getContents() { return Contents; } in getContents() function
474 const SmallString<8> &getContents() const { return Contents; } in getContents() function
509 SmallString<8> &getContents() { return Contents; } in getContents() function
510 const SmallString<8> &getContents() const { return Contents; } in getContents() function
538 SmallString<8> &getContents() { return Contents; } in getContents() function
539 const SmallString<8> &getContents() const { return Contents; } in getContents() function