clang: clang::SkipBodyInfo Struct Reference (original) (raw)

#include "[clang/Sema/Sema.h](Sema%5F8h%5Fsource.html)"

Public Attributes
bool ShouldSkip = false
bool CheckSameAsPrevious = false
NamedDecl * Previous = nullptr
NamedDecl * New = nullptr

Definition at line 348 of file Sema.h.

clang::SkipBodyInfo::SkipBodyInfo ( ) default

CheckSameAsPrevious

bool clang::SkipBodyInfo::CheckSameAsPrevious = false

New

NamedDecl* clang::SkipBodyInfo::New = nullptr

Previous

NamedDecl* clang::SkipBodyInfo::Previous = nullptr

ShouldSkip


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