struct SourceManager::OverriddenFilesInfoTy
Declaration
struct SourceManager::OverriddenFilesInfoTy { /* full declaration omitted */ };
Declared at: clang/include/clang/Basic/SourceManager.h:656
Member Variables
- public llvm::DenseMap<const FileEntry*, const FileEntry*> OverriddenFiles
- Files that have been overridden with the contents from another file.
- public llvm::DenseSet<const FileEntry*> OverriddenFilesWithBuffer
- Files that were overridden with a memory buffer.