Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp42 llvm::Optional<StringRef> Data = ContentCache.getBufferDataIfLoaded(); in recordFileContent()
DClangTidyDiagnosticConsumer.cpp326 : SM.getBufferDataIfLoaded(File); in getBuffer()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h238 llvm::Optional<StringRef> getBufferDataIfLoaded() const { in getBufferDataIfLoaded() function
1061 llvm::Optional<StringRef> getBufferDataIfLoaded(FileID FID) const;
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp734 SourceManager::getBufferDataIfLoaded(FileID FID) const { in getBufferDataIfLoaded() function in SourceManager
736 return Entry->getFile().getContentCache().getBufferDataIfLoaded(); in getBufferDataIfLoaded()