|
clang 22.0.0git
|
#include "clang/Lex/ModuleMapFile.h"
Public Attributes | |
| ModuleId | Id |
| SourceLocation | Location |
| ModuleAttributes | Attrs |
| Points to the first keyword in the decl. | |
| std::vector< Decl > | Decls |
| unsigned | Explicit: 1 |
| unsigned | Framework: 1 |
Definition at line 70 of file ModuleMapFile.h.
| ModuleAttributes clang::modulemap::ModuleDecl::Attrs |
Points to the first keyword in the decl.
Definition at line 73 of file ModuleMapFile.h.
| std::vector<Decl> clang::modulemap::ModuleDecl::Decls |
Definition at line 74 of file ModuleMapFile.h.
Referenced by dumpModule().
| unsigned clang::modulemap::ModuleDecl::Explicit |
Definition at line 77 of file ModuleMapFile.h.
| unsigned clang::modulemap::ModuleDecl::Framework |
Definition at line 79 of file ModuleMapFile.h.
| ModuleId clang::modulemap::ModuleDecl::Id |
Definition at line 71 of file ModuleMapFile.h.
Referenced by dumpModule(), and clang::ModuleMap::parseModuleMapFile().
| SourceLocation clang::modulemap::ModuleDecl::Location |
Definition at line 72 of file ModuleMapFile.h.