clang API Documentation

Public Member Functions | Public Attributes
clang::CFGBlock::FilterOptions Class Reference

#include <CFG.h>

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

List of all members.

Public Member Functions

 FilterOptions ()

Public Attributes

unsigned IgnoreNullPredecessors: 1
unsigned IgnoreDefaultsWithCoveredEnums: 1

Detailed Description

Definition at line 560 of file CFG.h.


Constructor & Destructor Documentation

Definition at line 562 of file CFG.h.

References IgnoreDefaultsWithCoveredEnums, and IgnoreNullPredecessors.


Member Data Documentation

Definition at line 568 of file CFG.h.

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

Definition at line 567 of file CFG.h.

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


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