clang 18.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
SkipBodyInfo ()=default | |
Public Attributes | |
bool | ShouldSkip = false |
bool | CheckSameAsPrevious = false |
NamedDecl * | Previous = nullptr |
NamedDecl * | New = nullptr |
|
default |
Definition at line 2633 of file Sema.h.
Referenced by clang::Sema::ActOnStartClassInterface(), clang::Sema::ActOnStartProtocolInterface(), and clang::Sema::ActOnTag().
NamedDecl* clang::Sema::SkipBodyInfo::New = nullptr |
Definition at line 2635 of file Sema.h.
Referenced by clang::Sema::ActOnDuplicateDefinition(), clang::Sema::ActOnStartClassInterface(), clang::Sema::ActOnStartProtocolInterface(), and clang::Sema::ActOnTag().
NamedDecl* clang::Sema::SkipBodyInfo::Previous = nullptr |
Definition at line 2634 of file Sema.h.
Referenced by clang::Sema::ActOnClassTemplateSpecialization(), clang::Sema::ActOnDuplicateDefinition(), clang::Sema::ActOnStartClassInterface(), clang::Sema::ActOnStartProtocolInterface(), clang::Sema::ActOnTag(), clang::Sema::CheckClassTemplate(), clang::Sema::CheckForFunctionRedefinition(), and clang::Sema::shouldSkipAnonEnumBody().
Definition at line 2632 of file Sema.h.
Referenced by clang::Sema::ActOnClassTemplateSpecialization(), clang::Sema::ActOnStartOfFunctionDef(), clang::Sema::ActOnTag(), clang::Sema::CheckClassTemplate(), clang::Sema::CheckForFunctionRedefinition(), checkNewAttributesAfterDef(), and clang::Sema::CheckTemplateParameterList().