Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp97 std::unique_ptr<NSAPI> NSAPIObj; member in __anon821c3a3b0111::ObjCMigrateASTConsumer
133 NSAPIObj.reset(new NSAPI(Context)); in Initialize()
885 *NSAPIObj, commit); in migrateProtocolConformance()
893 if (NSAPIObj->isObjCNSIntegerType(qt)) in CacheObjCNSIntegerTypedefed()
895 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()
927 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); in migrateNSEnumDecl()
1259 !NSAPIObj->isMacroDefined("NS_RETURNS_INNER_POINTER")) in migrateNsReturnsInnerPointer()
1489 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()
1495 NSAPIObj->isMacroDefined("NS_CONSUMED")) { in AddCFAnnotations()
1615 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp100 if (S.NSAPIObj && ClassReceiver) { in ShouldDiagnoseAvailabilityOfDecl()
102 S.NSAPIObj->getInitSelector()); in ShouldDiagnoseAvailabilityOfDecl()
104 MD->getSelector() == S.NSAPIObj->getNewSelector() && in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp116 IdentifierInfo *NSIdent = NSAPIObj->getNSClassId(NSAPI::ClassId_NSString); in BuildObjCStringLiteral()
201 IdentifierInfo *II = S.NSAPIObj->getNSClassId(Kind); in ValidateObjCLiteralInterfaceDecl()
222 IdentifierInfo *II = S.NSAPIObj->getNSClassId(ClassKind); in LookupObjCInterfaceDeclForLiteral()
247 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType); in getNSNumberFactoryMethod()
261 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, in getNSNumberFactoryMethod()
430 if (S.NSAPIObj->getNSNumberFactoryMethodKind(OrigElement->getType())) { in CheckObjCCollectionLiteralElement()
808 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); in BuildObjCArrayLiteral()
969 Selector Sel = NSAPIObj->getNSDictionarySelector( in BuildObjCDictionaryLiteral()
2459 if (refactor(Msg,*S.NSAPIObj, ECommit)) { in applyCocoaAPICheck()
2794 if (!S.NSAPIObj) in isMethodDeclaredInRootProtocol()
[all …]
H A DSemaChecking.cpp11652 S.NSAPIObj->isObjCBOOLType(OtherT) && in CheckTautologicalComparison()
12073 S.getLangOpts().ObjC && S.NSAPIObj->isObjCBOOLType(Ty); in isObjCSignedCharBool()
15296 bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableArrayArgumentIndex()
15306 S.NSAPIObj->getNSArrayMethodKind(Sel); in GetNSMutableArrayArgumentIndex()
15331 bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableDictionaryArgumentIndex()
15341 S.NSAPIObj->getNSDictionaryMethodKind(Sel); in GetNSMutableDictionaryArgumentIndex()
15362 bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
15366 bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
15375 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
H A DSema.cpp217 NSAPIObj.reset(new NSAPI(Context));
H A DSemaDeclObjC.cpp4126 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
H A DSemaDecl.cpp14709 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp11240 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1139 std::unique_ptr<NSAPI> NSAPIObj; variable