Home
last modified time | relevance | path

Searched refs:ARCError (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp4458 bool ARCError = false; in ActOnMethodDeclaration() local
4460 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
4463 if (!ARCError && RTC == Sema::RTC_Compatible && in ActOnMethodDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4993 bool ARCError = false; in ActOnMethodDeclaration() local
4995 ARCError = CheckARCMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
4998 if (!ARCError && RTC == Sema::RTC_Compatible && in ActOnMethodDeclaration()