Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2513 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2584 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp225 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
5020 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10732 bool CheckARCMethodDecl(ObjCMethodDecl *method);