Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp62 .getMemoryBufferForFileOrNone(FE) in getFileContents()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h970 getMemoryBufferForFileOrNone(FileEntryRef File);
976 if (auto B = getMemoryBufferForFileOrNone(File)) in getMemoryBufferForFileOrFake()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp402 SourceMgr.getMemoryBufferForFileOrNone(File); in SetCodeCompletionPoint()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp682 SourceManager::getMemoryBufferForFileOrNone(FileEntryRef File) { in getMemoryBufferForFileOrNone() function in SourceManager