|
clang 22.0.0git
|
#include "clang/Analysis/CFG.h"
Public Member Functions | |
| FilterOptions () | |
Public Attributes | |
| unsigned | IgnoreNullPredecessors: 1 |
| unsigned | IgnoreDefaultsWithCoveredEnums: 1 |
|
inline |
Definition at line 1022 of file CFG.h.
References FilterOptions(), IgnoreDefaultsWithCoveredEnums, and IgnoreNullPredecessors.
Referenced by FilterOptions().
| unsigned clang::CFGBlock::FilterOptions::IgnoreDefaultsWithCoveredEnums |
Definition at line 1020 of file CFG.h.
Referenced by CheckFallThrough(), clang::CFGBlock::FilterEdge(), and FilterOptions().
| unsigned clang::CFGBlock::FilterOptions::IgnoreNullPredecessors |
Definition at line 1018 of file CFG.h.
Referenced by clang::CFGBlock::FilterEdge(), and FilterOptions().