Searched refs:hasMethod (Results 1 – 4 of 4) sorted by relevance
59 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anond759b8d20402()60 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anond759b8d20402()61 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anond759b8d20402()63 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anond759b8d20402()
81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function585 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
284 REGISTER_MATCHER(hasMethod); in RegistryMaps()
2654 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument