Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2518 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2592 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp225 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
5008 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10090 bool CheckARCMethodDecl(ObjCMethodDecl *method);