struct ASTReader::UnresolvedModuleRef
Declaration
struct ASTReader::UnresolvedModuleRef { /* full declaration omitted */ };
Description
A module import, export, or conflict that hasn't yet been resolved.
Declared at: clang/include/clang/Serialization/ASTReader.h:684
Member Variables
- public clang::ASTReader::ModuleFile* File
- The file in which this module resides.
- public clang::Module* Mod
- The module that is importing or exporting.
- public enum(unnamed enum at / home / hdoc / tmp / llvm - project / clang / include / clang / Serialization / ASTReader.h : 692 : 5) Kind
- public unsigned int ID
- The local ID of the module that is being exported.
- public unsigned int IsWildcard
- Whether this is a wildcard export.
- public llvm::StringRef String
- String data.