Searched defs:getContents (Results 1 – 3 of 3) sorted by relevance
101 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
225 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function226 const SmallVectorImpl<char> &getContents() const override { in getContents() function277 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function278 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() function315 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function316 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() function483 SmallString<8> &getContents() { return Contents; } in getContents() function484 const SmallString<8> &getContents() const { return Contents; } in getContents() function519 SmallString<8> &getContents() { return Contents; } in getContents() function520 const SmallString<8> &getContents() const { return Contents; } in getContents() function[all …]
395 inline std::error_code SectionRef::getContents(StringRef &Result) const { in getContents() function