clang API Documentation
The set of attributes that can be attached to a module. More...
Public Member Functions | |
Attributes () | |
Public Attributes | |
unsigned | IsSystem: 1 |
Whether this is a system module. | |
unsigned | IsExternC: 1 |
Whether this is an extern "C" module. | |
unsigned | IsExhaustive: 1 |
Whether this is an exhaustive set of configuration macros. |
The set of attributes that can be attached to a module.
Definition at line 997 of file ModuleMap.cpp.
clang::Attributes::Attributes | ( | ) | [inline] |
Definition at line 998 of file ModuleMap.cpp.
Whether this is an exhaustive set of configuration macros.
Definition at line 1007 of file ModuleMap.cpp.
Whether this is an extern "C" module.
Definition at line 1004 of file ModuleMap.cpp.
Whether this is a system module.
Definition at line 1001 of file ModuleMap.cpp.