Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2519 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2593 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp225 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
5000 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9696 bool CheckARCMethodDecl(ObjCMethodDecl *method);