|
clang
5.0.0
|
#include "clang/Analysis/CFG.h"
Public Member Functions | |
| FilterOptions () | |
Public Attributes | |
| unsigned | IgnoreNullPredecessors: 1 |
| unsigned | IgnoreDefaultsWithCoveredEnums: 1 |
|
inline |
Definition at line 602 of file CFG.h.
References IgnoreDefaultsWithCoveredEnums, and IgnoreNullPredecessors.
| unsigned clang::CFGBlock::FilterOptions::IgnoreDefaultsWithCoveredEnums |
Definition at line 608 of file CFG.h.
Referenced by CheckFallThrough(), clang::CFGBlock::FilterEdge(), and FilterOptions().
| unsigned clang::CFGBlock::FilterOptions::IgnoreNullPredecessors |
Definition at line 607 of file CFG.h.
Referenced by clang::CFGBlock::FilterEdge(), and FilterOptions().
1.8.6