Searched refs:NamingCheckId (Results 1 – 6 of 6) sorted by relevance
28 /// Specialization of DenseMapInfo to allow NamingCheckId objects in DenseMaps30 struct DenseMapInfo<clang::tidy::RenamerClangTidyCheck::NamingCheckId> {31 using NamingCheckId = clang::tidy::RenamerClangTidyCheck::NamingCheckId; typedef 33 static inline NamingCheckId getEmptyKey() { in getEmptyKey() 37 static inline NamingCheckId getTombstoneKey() { in getTombstoneKey() 42 static unsigned getHashValue(NamingCheckId Val) { in getHashValue() 50 static bool isEqual(const NamingCheckId &LHS, const NamingCheckId &RHS) { in isEqual() 420 const RenamerClangTidyCheck::NamingCheckId in addUsage() [all...]
105 using NamingCheckId = std::pair<SourceLocation, StringRef>; variable108 llvm::DenseMap<NamingCheckId, NamingCheckFailure>;151 virtual DiagInfo getDiagInfo(const NamingCheckId &ID,160 addUsage(const RenamerClangTidyCheck::NamingCheckId &FailureId,
48 DiagInfo getDiagInfo(const NamingCheckId &ID,
200 ReservedIdentifierCheck::getDiagInfo(const NamingCheckId &ID, in getDiagInfo()
204 DiagInfo getDiagInfo(const NamingCheckId &ID,
1412 IdentifierNamingCheck::getDiagInfo(const NamingCheckId &ID, in getDiagInfo()