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.h371 bool CheckARCMethodDecl(ObjCMethodDecl *method);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2507 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2581 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp230 bool SemaObjC::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in SemaObjC
5037 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()