clang-tools 20.0.0git
|
#include <ConfusableIdentifierCheck.h>
Public Attributes | |
const DeclContext * | PrimaryContext |
const DeclContext * | NonTransparentContext |
llvm::SmallVector< const DeclContext * > | PrimaryContexts |
llvm::SmallVector< const CXXRecordDecl * > | Bases |
Definition at line 34 of file ConfusableIdentifierCheck.h.
llvm::SmallVector<const CXXRecordDecl *> clang::tidy::misc::ConfusableIdentifierCheck::ContextInfo::Bases |
Definition at line 38 of file ConfusableIdentifierCheck.h.
Referenced by clang::tidy::misc::isMemberOf(), and clang::tidy::misc::mayShadow().
const DeclContext* clang::tidy::misc::ConfusableIdentifierCheck::ContextInfo::NonTransparentContext |
Definition at line 36 of file ConfusableIdentifierCheck.h.
Referenced by clang::tidy::misc::mayShadow().
const DeclContext* clang::tidy::misc::ConfusableIdentifierCheck::ContextInfo::PrimaryContext |
Definition at line 35 of file ConfusableIdentifierCheck.h.
Referenced by clang::tidy::misc::enclosesContext(), and clang::tidy::misc::isMemberOf().
llvm::SmallVector<const DeclContext *> clang::tidy::misc::ConfusableIdentifierCheck::ContextInfo::PrimaryContexts |
Definition at line 37 of file ConfusableIdentifierCheck.h.
Referenced by clang::tidy::misc::enclosesContext().