Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1987 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2043 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp194 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
3268 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7128 bool CheckARCMethodDecl(ObjCMethodDecl *method);