Searched refs:objcPropertyDecl (Results 1 – 7 of 7) sorted by relevance
101 Finder->addMatcher(objcPropertyDecl( in registerMatchers()
118 objcPropertyDecl(hasName(DeclName)).bind("id"), in PrintedWrittenPropertyDeclObjCMatches()
506 REGISTER_MATCHER(objcPropertyDecl); in RegistryMaps()
839 objcPropertyDecl; variable
2442 EXPECT_TRUE(matchesObjC(ObjCString, objcPropertyDecl(hasName("enabled")))); in TEST()
464 objcPropertyDecl(hasTypeLoc(loc(asString("int")))))); in TEST()
1626 objcPropertyDecl;