Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h974 getMemoryBufferForFileOrNone(FileEntryRef File);
980 if (auto B = getMemoryBufferForFileOrNone(File)) in getMemoryBufferForFileOrFake()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp406 SourceMgr.getMemoryBufferForFileOrNone(File); in SetCodeCompletionPoint()
H A DPPDirectives.cpp3983 getSourceManager().getMemoryBufferForFileOrNone(*MaybeFileRef); in HandleEmbedDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp697 SourceManager::getMemoryBufferForFileOrNone(FileEntryRef File) { in getMemoryBufferForFileOrNone() function in SourceManager