clang  3.7.0
Public Member Functions | Public Attributes | List of all members
EHFlags Struct Reference
Collaboration diagram for EHFlags:
[legend]

Public Member Functions

 EHFlags ()
 

Public Attributes

bool Synch
 
bool Asynch
 
bool NoExceptC
 

Detailed Description

Definition at line 5153 of file Tools.cpp.

Constructor & Destructor Documentation

EHFlags::EHFlags ( )
inline

Definition at line 5154 of file Tools.cpp.

Member Data Documentation

bool EHFlags::Asynch

Definition at line 5156 of file Tools.cpp.

Referenced by parseClangCLEHFlags().

bool EHFlags::NoExceptC

Definition at line 5157 of file Tools.cpp.

Referenced by parseClangCLEHFlags().

bool EHFlags::Synch

Definition at line 5155 of file Tools.cpp.

Referenced by parseClangCLEHFlags().


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