Home
last modified time | relevance | path

Searched refs:bypassFileContentsOverride (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Basic/ !
H A DSourceManager.h1031 OptionalFileEntryRef bypassFileContentsOverride(FileEntryRef File);
/src/contrib/llvm-project/clang/lib/Basic/ !
H A DSourceManager.cpp728 SourceManager::bypassFileContentsOverride(FileEntryRef File) { in bypassFileContentsOverride() function in SourceManager
/src/contrib/llvm-project/clang/lib/Serialization/ !
H A DASTReader.cpp2609 File = SM.bypassFileContentsOverride(*File); in getInputFile()