|
clang-tools 22.0.0git
|
Specialization of DenseMapInfo to allow NamingCheckId objects in DenseMaps. More...
Public Types | |
| using | NamingCheckId = clang::tidy::RenamerClangTidyCheck::NamingCheckId |
Static Public Member Functions | |
| static NamingCheckId | getEmptyKey () |
| static NamingCheckId | getTombstoneKey () |
| static unsigned | getHashValue (NamingCheckId Val) |
| static bool | isEqual (const NamingCheckId &LHS, const NamingCheckId &RHS) |
Specialization of DenseMapInfo to allow NamingCheckId objects in DenseMaps.
Definition at line 30 of file RenamerClangTidyCheck.cpp.
| using llvm::DenseMapInfo< clang::tidy::RenamerClangTidyCheck::NamingCheckId >::NamingCheckId = clang::tidy::RenamerClangTidyCheck::NamingCheckId |
Definition at line 31 of file RenamerClangTidyCheck.cpp.
|
inlinestatic |
Definition at line 33 of file RenamerClangTidyCheck.cpp.
Referenced by getHashValue(), and isEqual().
|
inlinestatic |
Definition at line 42 of file RenamerClangTidyCheck.cpp.
References getEmptyKey(), and getTombstoneKey().
|
inlinestatic |
Definition at line 37 of file RenamerClangTidyCheck.cpp.
Referenced by getHashValue(), and isEqual().
|
inlinestatic |
Definition at line 50 of file RenamerClangTidyCheck.cpp.
References getEmptyKey(), and getTombstoneKey().