Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2328 bool ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp651 if (Ctx.ObjCMethodsAreEqual(MD, ImpMD)) { in ClassImplementsAllMethodsAndProperties()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10296 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual() function in ASTContext