clang
3.7.0
|
#include <CFG.h>
Public Member Functions | |
FilterOptions () | |
Public Attributes | |
unsigned | IgnoreNullPredecessors: 1 |
unsigned | IgnoreDefaultsWithCoveredEnums: 1 |
|
inline |
Definition at line 561 of file CFG.h.
References IgnoreDefaultsWithCoveredEnums, and IgnoreNullPredecessors.
unsigned clang::CFGBlock::FilterOptions::IgnoreDefaultsWithCoveredEnums |
Definition at line 567 of file CFG.h.
Referenced by CheckFallThrough(), clang::CFGBlock::FilterEdge(), and FilterOptions().
unsigned clang::CFGBlock::FilterOptions::IgnoreNullPredecessors |
Definition at line 566 of file CFG.h.
Referenced by clang::CFGBlock::FilterEdge(), and FilterOptions().