clang
3.7.0
|
#include <Sema.h>
Public Member Functions | |
SkipBodyInfo () | |
Public Attributes | |
bool | ShouldSkip |
NamedDecl * | Previous |
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 |
Definition at line 1848 of file Sema.h.
Referenced by clang::Sema::ActOnClassTemplateSpecialization(), clang::Sema::ActOnTag(), and clang::Sema::CheckClassTemplate().