clang 20.0.0git
|
#include "clang/Analysis/CFG.h"
Public Member Functions | |
FilterOptions () | |
Public Attributes | |
unsigned | IgnoreNullPredecessors: 1 |
unsigned | IgnoreDefaultsWithCoveredEnums: 1 |
unsigned clang::CFGBlock::FilterOptions::IgnoreDefaultsWithCoveredEnums |
Definition at line 1014 of file CFG.h.
Referenced by CheckFallThrough(), and clang::CFGBlock::FilterEdge().
unsigned clang::CFGBlock::FilterOptions::IgnoreNullPredecessors |
Definition at line 1012 of file CFG.h.
Referenced by clang::CFGBlock::FilterEdge().