clang-tools
11.0.0
|
Public Member Functions | |
void | addNecessaryFile (const FileEntry *File) |
Records that a given file entry is needed for replaying callbacks. More... | |
void | recordFileContent (const FileEntry *File, const SrcMgr::ContentCache &ContentCache, llvm::vfs::InMemoryFileSystem &InMemoryFs) |
Records content for a file and adds it to the FileSystem. More... | |
void | checkAllFilesRecorded () |
Makes sure we have contents for all the files we were interested in. More... | |
Definition at line 19 of file ExpandModularHeadersPPCallbacks.cpp.
|
inline |
Records that a given file entry is needed for replaying callbacks.
Definition at line 22 of file ExpandModularHeadersPPCallbacks.cpp.
|
inline |
Makes sure we have contents for all the files we were interested in.
Ideally FilesToRecord
should be empty.
Definition at line 45 of file ExpandModularHeadersPPCallbacks.cpp.
|
inline |
Records content for a file and adds it to the FileSystem.
Definition at line 25 of file ExpandModularHeadersPPCallbacks.cpp.