clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::CFGBlock::FilterOptions Class Reference

#include <CFG.h>

Collaboration diagram for clang::CFGBlock::FilterOptions:
[legend]

Public Member Functions

 FilterOptions ()
 

Public Attributes

unsigned IgnoreNullPredecessors: 1
 
unsigned IgnoreDefaultsWithCoveredEnums: 1
 

Detailed Description

Definition at line 558 of file CFG.h.

Constructor & Destructor Documentation

clang::CFGBlock::FilterOptions::FilterOptions ( )
inline

Definition at line 560 of file CFG.h.

References IgnoreDefaultsWithCoveredEnums, and IgnoreNullPredecessors.

Member Data Documentation

unsigned clang::CFGBlock::FilterOptions::IgnoreDefaultsWithCoveredEnums

Definition at line 566 of file CFG.h.

Referenced by CheckFallThrough(), clang::CFGBlock::FilterEdge(), and FilterOptions().

unsigned clang::CFGBlock::FilterOptions::IgnoreNullPredecessors

Definition at line 565 of file CFG.h.

Referenced by clang::CFGBlock::FilterEdge(), and FilterOptions().


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