Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp42 llvm::Optional<StringRef> Data = ContentCache.getBufferDataIfLoaded(); in recordFileContent()
H A DNoLintDirectiveHandler.cpp311 : SrcMgr.getBufferDataIfLoaded(File); in getBuffer()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h239 llvm::Optional<StringRef> getBufferDataIfLoaded() const { in getBufferDataIfLoaded() function
1077 llvm::Optional<StringRef> getBufferDataIfLoaded(FileID FID) const;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp741 SourceManager::getBufferDataIfLoaded(FileID FID) const { in getBufferDataIfLoaded() function in SourceManager
743 return Entry->getFile().getContentCache().getBufferDataIfLoaded(); in getBufferDataIfLoaded()