Home
last modified time | relevance | path

Searched refs:getBufferDataIfLoaded (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h251 std::optional<StringRef> getBufferDataIfLoaded() const { in getBufferDataIfLoaded() function
1114 std::optional<StringRef> getBufferDataIfLoaded(FileID FID) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp760 SourceManager::getBufferDataIfLoaded(FileID FID) const { in getBufferDataIfLoaded() function in SourceManager
762 return Entry->getFile().getContentCache().getBufferDataIfLoaded(); in getBufferDataIfLoaded()