clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::Sema::SkipBodyInfo Struct Reference

#include <Sema.h>

Collaboration diagram for clang::Sema::SkipBodyInfo:
[legend]

Public Member Functions

 SkipBodyInfo ()
 

Public Attributes

bool ShouldSkip
 
NamedDeclPrevious
 

Detailed Description

Definition at line 1846 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::SkipBodyInfo::SkipBodyInfo ( )
inline

Definition at line 1847 of file Sema.h.

Member Data Documentation

NamedDecl* clang::Sema::SkipBodyInfo::Previous

Definition at line 1849 of file Sema.h.

Referenced by clang::Sema::ActOnTag(), and clang::Sema::shouldSkipAnonEnumBody().

bool clang::Sema::SkipBodyInfo::ShouldSkip

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