Searched refs:ClassDefId (Results 1 – 2 of 2) sorted by relevance
56 using ClassDefId = std::pair<SourceLocation, std::string>; variable59 llvm::DenseMap<ClassDefId,64 const ClassDefId &ID,83 clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId> {84 using ClassDefId =85 clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId;87 static inline ClassDefId getEmptyKey() {88 return ClassDefId(DenseMapInfo<clang::SourceLocation>::getEmptyKey(),92 static inline ClassDefId getTombstoneKey() {93 return ClassDefId(DenseMapInfo<clang::SourceLocation>::getTombstoneKey(),[all …]
108 ClassDefId ID(MatchedDecl->getLocation(), std::string(MatchedDecl->getName())); in check()144 const ClassDefId &ID, in checkForMissingMembers()