Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h379 bool CheckARCMethodDecl(ObjCMethodDecl *method);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2498 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2572 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp231 bool SemaObjC::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in SemaObjC
5033 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()