Searched refs:hasMethod (Results 1 – 4 of 4) sorted by relevance
84 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function588 (InvalidationMethod && I->second.hasMethod(InvalidationMethod))) in markInvalidated()
206 REGISTER_MATCHER(hasMethod); in RegistryMaps()
338 TEST(DeclarationMatcher, hasMethod) { in TEST() argument340 recordDecl(hasMethod(hasName("func"))))); in TEST()342 recordDecl(hasMethod(isPublic())))); in TEST()1166 recordDecl(hasMethod(hasOverloadedOperatorName("*"))); in TEST()3407 recordDecl(decl().bind("x"), hasMethod(hasName("g"))), in TEST()
1809 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument