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

#include "clang/Sema/Sema.h"

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

Public Member Functions

 SkipBodyInfo ()
 

Public Attributes

bool ShouldSkip
 
bool CheckSameAsPrevious
 
NamedDeclPrevious
 
NamedDeclNew
 

Detailed Description

Definition at line 1637 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 1638 of file Sema.h.

Member Data Documentation

bool clang::Sema::SkipBodyInfo::CheckSameAsPrevious

Definition at line 1642 of file Sema.h.

Referenced by clang::Sema::ActOnTag().

NamedDecl* clang::Sema::SkipBodyInfo::New

Definition at line 1644 of file Sema.h.

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

NamedDecl* clang::Sema::SkipBodyInfo::Previous
bool clang::Sema::SkipBodyInfo::ShouldSkip

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