Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp375 llvm::MemoryBuffer *Buffer = SourceMgr.getMemoryBufferForFile(File); in Build()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp392 const MemoryBuffer *Buffer = SourceMgr.getMemoryBufferForFile(File, &Invalid); in SetCodeCompletionPoint()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h891 llvm::MemoryBuffer *getMemoryBufferForFile(const FileEntry *File,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp622 llvm::MemoryBuffer *SourceManager::getMemoryBufferForFile(const FileEntry *File, in getMemoryBufferForFile() function in SourceManager