Searched refs:NSAPIObj (Results 1 – 9 of 9) sorted by relevance
94 std::unique_ptr<NSAPI> NSAPIObj; member in __anon012bd9960111::ObjCMigrateASTConsumer128 NSAPIObj.reset(new NSAPI(Context)); in Initialize()884 *NSAPIObj, commit); in migrateProtocolConformance()892 if (NSAPIObj->isObjCNSIntegerType(qt)) in CacheObjCNSIntegerTypedefed()894 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()926 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); in migrateNSEnumDecl()1258 !NSAPIObj->isMacroDefined("NS_RETURNS_INNER_POINTER")) in migrateNsReturnsInnerPointer()1489 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()1495 NSAPIObj->isMacroDefined("NS_CONSUMED")) { in AddCFAnnotations()1617 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()[all …]
115 IdentifierInfo *NSIdent = NSAPIObj->getNSClassId(NSAPI::ClassId_NSString); in BuildObjCStringLiteral()200 IdentifierInfo *II = S.NSAPIObj->getNSClassId(Kind); in ValidateObjCLiteralInterfaceDecl()221 IdentifierInfo *II = S.NSAPIObj->getNSClassId(ClassKind); in LookupObjCInterfaceDeclForLiteral()246 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType); in getNSNumberFactoryMethod()260 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, in getNSNumberFactoryMethod()428 if (S.NSAPIObj->getNSNumberFactoryMethodKind(OrigElement->getType())) { in CheckObjCCollectionLiteralElement()786 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); in BuildObjCArrayLiteral()891 Selector Sel = NSAPIObj->getNSDictionarySelector( in BuildObjCDictionaryLiteral()2277 if (refactor(Msg,*S.NSAPIObj, ECommit)) { in applyCocoaAPICheck()2603 if (!S.NSAPIObj) in isMethodDeclaredInRootProtocol()[all …]
12813 bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableArrayArgumentIndex()12823 S.NSAPIObj->getNSArrayMethodKind(Sel); in GetNSMutableArrayArgumentIndex()12848 bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableDictionaryArgumentIndex()12858 S.NSAPIObj->getNSDictionaryMethodKind(Sel); in GetNSMutableDictionaryArgumentIndex()12879 bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()12883 bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()12892 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
156 NSAPIObj.reset(new NSAPI(Context));
7405 if (S.NSAPIObj && ClassReceiver) { in ShouldDiagnoseAvailabilityOfDecl()7407 S.NSAPIObj->getInitSelector()); in ShouldDiagnoseAvailabilityOfDecl()7409 MD->getSelector() == S.NSAPIObj->getNewSelector() && in ShouldDiagnoseAvailabilityOfDecl()
4023 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
13287 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
9776 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
860 std::unique_ptr<NSAPI> NSAPIObj; variable