#include <IdentifierNamingCheck.h>
Definition at line 127 of file IdentifierNamingCheck.h.
◆ FileStyle() [1/2]
clang::tidy::readability::IdentifierNamingCheck::FileStyle::FileStyle |
( |
| ) |
|
|
inline |
◆ FileStyle() [2/2]
clang::tidy::readability::IdentifierNamingCheck::FileStyle::FileStyle |
( |
SmallVectorImpl< std::optional< NamingStyle > > && | Styles, |
|
|
HungarianNotationOption | HNOption, |
|
|
bool | IgnoreMainLike, |
|
|
bool | CheckAnonFieldInParent ) |
|
inline |
◆ getHNOption()
◆ getStyles()
ArrayRef< std::optional< NamingStyle > > clang::tidy::readability::IdentifierNamingCheck::FileStyle::getStyles |
( |
| ) |
const |
|
inline |
◆ isActive()
bool clang::tidy::readability::IdentifierNamingCheck::FileStyle::isActive |
( |
| ) |
const |
|
inline |
◆ isCheckingAnonFieldInParentScope()
bool clang::tidy::readability::IdentifierNamingCheck::FileStyle::isCheckingAnonFieldInParentScope |
( |
| ) |
const |
|
inline |
◆ isIgnoringMainLikeFunction()
bool clang::tidy::readability::IdentifierNamingCheck::FileStyle::isIgnoringMainLikeFunction |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: