clang-tools 22.0.0git
|
#include <IdentifierNamingCheck.h>
Public Member Functions | |
NamingStyle ()=default | |
NamingStyle (std::optional< CaseType > Case, StringRef Prefix, StringRef Suffix, StringRef IgnoredRegexpStr, HungarianPrefixType HPType) | |
NamingStyle (const NamingStyle &O)=delete | |
NamingStyle & | operator= (NamingStyle &&O)=default |
NamingStyle (NamingStyle &&O)=default |
Public Attributes | |
std::optional< CaseType > | Case |
std::string | Prefix |
std::string | Suffix |
llvm::Regex | IgnoredRegexp |
std::string | IgnoredRegexpStr |
HungarianPrefixType | HPType |
Definition at line 70 of file IdentifierNamingCheck.h.
|
default |
Referenced by NamingStyle(), NamingStyle(), and operator=().
clang::tidy::readability::IdentifierNamingCheck::NamingStyle::NamingStyle | ( | std::optional< CaseType > | Case, |
StringRef | Prefix, | ||
StringRef | Suffix, | ||
StringRef | IgnoredRegexpStr, | ||
HungarianPrefixType | HPType ) |
References Case, HPType, IgnoredRegexpStr, Prefix, and Suffix.
|
delete |
References NamingStyle().
|
default |
References NamingStyle().
|
default |
References NamingStyle().
std::optional<CaseType> clang::tidy::readability::IdentifierNamingCheck::NamingStyle::Case |
Definition at line 80 of file IdentifierNamingCheck.h.
Referenced by NamingStyle().
HungarianPrefixType clang::tidy::readability::IdentifierNamingCheck::NamingStyle::HPType |
Definition at line 88 of file IdentifierNamingCheck.h.
Referenced by NamingStyle().
llvm::Regex clang::tidy::readability::IdentifierNamingCheck::NamingStyle::IgnoredRegexp |
Definition at line 85 of file IdentifierNamingCheck.h.
std::string clang::tidy::readability::IdentifierNamingCheck::NamingStyle::IgnoredRegexpStr |
Definition at line 86 of file IdentifierNamingCheck.h.
Referenced by NamingStyle().
std::string clang::tidy::readability::IdentifierNamingCheck::NamingStyle::Prefix |
Definition at line 81 of file IdentifierNamingCheck.h.
Referenced by NamingStyle().
std::string clang::tidy::readability::IdentifierNamingCheck::NamingStyle::Suffix |
Definition at line 82 of file IdentifierNamingCheck.h.
Referenced by NamingStyle().