Home
last modified time | relevance | path

Searched refs:NSAPIObj (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp97 std::unique_ptr<NSAPI> NSAPIObj; member in __anonac2273870111::ObjCMigrateASTConsumer
131 NSAPIObj.reset(new NSAPI(Context)); in Initialize()
325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr()
331 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit); in VisitObjCMessageExpr()
337 rewriteToPropertyDotSyntax(E, Consumer.PP, *Consumer.NSAPIObj, in VisitObjCMessageExpr()
881 *NSAPIObj, commit); in migrateProtocolConformance()
889 if (NSAPIObj->isObjCNSIntegerType(qt)) in CacheObjCNSIntegerTypedefed()
891 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()
923 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); in migrateNSEnumDecl()
933 rewriteToNSMacroDecl(Ctx, EnumDcl, TypedefDcl, *NSAPIObj, commit, !NSOptions); in migrateNSEnumDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp998 bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableArrayArgumentIndex()
1007 S.NSAPIObj->getNSArrayMethodKind(Sel); in GetNSMutableArrayArgumentIndex()
1031 bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableDictionaryArgumentIndex()
1040 S.NSAPIObj->getNSDictionaryMethodKind(Sel); in GetNSMutableDictionaryArgumentIndex()
1062 bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
1065 bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
1074 S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
2309 NSAPIObj->isObjCBOOLType(Ty); in isSignedCharBool()
H A DSemaAvailability.cpp135 if (S.ObjC().NSAPIObj && ClassReceiver) { in ShouldDiagnoseAvailabilityOfDecl()
137 S.ObjC().NSAPIObj->getInitSelector()); in ShouldDiagnoseAvailabilityOfDecl()
139 MD->getSelector() == S.ObjC().NSAPIObj->getNewSelector() && in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp122 IdentifierInfo *NSIdent = NSAPIObj->getNSClassId(NSAPI::ClassId_NSString); in BuildObjCStringLiteral()
208 IdentifierInfo *II = S.ObjC().NSAPIObj->getNSClassId(Kind); in ValidateObjCLiteralInterfaceDecl()
229 IdentifierInfo *II = S.ObjC().NSAPIObj->getNSClassId(ClassKind); in LookupObjCInterfaceDeclForLiteral()
254 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType); in getNSNumberFactoryMethod()
268 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, in getNSNumberFactoryMethod()
437 if (S.ObjC().NSAPIObj->getNSNumberFactoryMethodKind( in CheckObjCCollectionLiteralElement()
817 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); in BuildObjCArrayLiteral()
977 Selector Sel = NSAPIObj->getNSDictionarySelector( in BuildObjCDictionaryLiteral()
2471 if (refactor(Msg, *S.ObjC().NSAPIObj, ECommit)) { in applyCocoaAPICheck()
2797 if (!S.ObjC().NSAPIObj) in isMethodDeclaredInRootProtocol()
[all …]
H A DSema.cpp276 ObjC().NSAPIObj.reset(new NSAPI(Context)); in Sema()
H A DSemaDeclObjC.cpp4147 SemaRef.TUScope, NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
H A DSemaChecking.cpp9981 S.ObjC().NSAPIObj->isObjCBOOLType(OtherT) && in CheckTautologicalComparison()
H A DSemaDecl.cpp16089 ObjC().NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp11552 Selector IsEqualSel = S.ObjC().NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h599 std::unique_ptr<NSAPI> NSAPIObj;