Searched refs:hasMethod (Results 1 – 4 of 4) sorted by relevance
70 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon7260055a0402()71 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon7260055a0402()72 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon7260055a0402()74 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon7260055a0402()
80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function584 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
291 REGISTER_MATCHER(hasMethod); in RegistryMaps()
2873 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument