Home
last modified time | relevance | path

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

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