Searched defs:hasMethod (Results 1 – 7 of 7) sorted by relevance
29 public boolean hasMethod(boolean isStatic, Class<?> returnType, String name, in hasMethod() method in ClassAnalyzer
124 Method hasMethod = nameToNoArgMethod.get("has" + suffix); in reflectivePrintWithIndent() local
47 private static boolean hasMethod(Class<?> clazz, String name) { in hasMethod() method in FieldPresenceTest
218 private boolean hasMethod(Node node, String name) { in hasMethod() method in ObservableProperty
81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
22 TEST(DeclarationMatcher, hasMethod) { in TEST() argument
2226 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument