clang API Documentation

Public Member Functions | Public Attributes
clang::Attributes Struct Reference

The set of attributes that can be attached to a module. More...

Collaboration diagram for clang::Attributes:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

The set of attributes that can be attached to a module.

Definition at line 997 of file ModuleMap.cpp.


Constructor & Destructor Documentation

Definition at line 998 of file ModuleMap.cpp.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: