Home
last modified time | relevance | path

Searched refs:ObjCMethodsAreEqual (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp652 if (Ctx.ObjCMethodsAreEqual(MD, ImpMD)) { in ClassImplementsAllMethodsAndProperties()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2505 bool ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11375 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual() function in ASTContext