Home
last modified time | relevance | path

Searched refs:ClassDefId (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h56 using ClassDefId = std::pair<SourceLocation, std::string>; variable
59 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 …]
DSpecialMemberFunctionsCheck.cpp108 ClassDefId ID(MatchedDecl->getLocation(), std::string(MatchedDecl->getName())); in check()
144 const ClassDefId &ID, in checkForMissingMembers()