Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2252 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2319 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
DSemaDeclObjC.cpp194 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
4460 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2527 CheckARCMethodDecl(GetterMethod); in ProcessPropertyDecl()
2601 CheckARCMethodDecl(SetterMethod); in ProcessPropertyDecl()
DSemaDeclObjC.cpp225 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() function in Sema
4995 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/external/clang/include/clang/Sema/
DSema.h7562 bool CheckARCMethodDecl(ObjCMethodDecl *method);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9544 bool CheckARCMethodDecl(ObjCMethodDecl *method);