Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp94 std::unique_ptr<NSAPI> NSAPIObj; member in __anon012bd9960111::ObjCMigrateASTConsumer
128 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp115 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 …]
H A DSemaChecking.cpp12813 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()
H A DSema.cpp156 NSAPIObj.reset(new NSAPI(Context));
H A DSemaDeclAttr.cpp7405 if (S.NSAPIObj && ClassReceiver) { in ShouldDiagnoseAvailabilityOfDecl()
7407 S.NSAPIObj->getInitSelector()); in ShouldDiagnoseAvailabilityOfDecl()
7409 MD->getSelector() == S.NSAPIObj->getNewSelector() && in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaDeclObjC.cpp4023 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
H A DSemaDecl.cpp13287 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp9776 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h860 std::unique_ptr<NSAPI> NSAPIObj; variable