Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp97 std::unique_ptr<NSAPI> NSAPIObj; member in __anona0c783bd0111::ObjCMigrateASTConsumer
131 NSAPIObj.reset(new NSAPI(Context)); in Initialize()
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()
1255 !NSAPIObj->isMacroDefined("NS_RETURNS_INNER_POINTER")) in migrateNsReturnsInnerPointer()
1482 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()
1488 NSAPIObj->isMacroDefined("NS_CONSUMED")) { in AddCFAnnotations()
1608 NSAPIObj->isMacroDefined("CF_CONSUMED")) { in AddCFAnnotations()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp101 if (S.NSAPIObj && ClassReceiver) { in ShouldDiagnoseAvailabilityOfDecl()
103 S.NSAPIObj->getInitSelector()); in ShouldDiagnoseAvailabilityOfDecl()
105 MD->getSelector() == S.NSAPIObj->getNewSelector() && in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp117 IdentifierInfo *NSIdent = NSAPIObj->getNSClassId(NSAPI::ClassId_NSString); in BuildObjCStringLiteral()
202 IdentifierInfo *II = S.NSAPIObj->getNSClassId(Kind); in ValidateObjCLiteralInterfaceDecl()
223 IdentifierInfo *II = S.NSAPIObj->getNSClassId(ClassKind); in LookupObjCInterfaceDeclForLiteral()
248 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType); in getNSNumberFactoryMethod()
262 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, in getNSNumberFactoryMethod()
431 if (S.NSAPIObj->getNSNumberFactoryMethodKind(OrigElement->getType())) { in CheckObjCCollectionLiteralElement()
809 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); in BuildObjCArrayLiteral()
970 Selector Sel = NSAPIObj->getNSDictionarySelector( in BuildObjCDictionaryLiteral()
2462 if (refactor(Msg,*S.NSAPIObj, ECommit)) { in applyCocoaAPICheck()
2795 if (!S.NSAPIObj) in isMethodDeclaredInRootProtocol()
[all …]
H A DSemaChecking.cpp14754 S.NSAPIObj->isObjCBOOLType(OtherT) && in CheckTautologicalComparison()
15184 S.getLangOpts().ObjC && S.NSAPIObj->isObjCBOOLType(Ty); in isObjCSignedCharBool()
18478 bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableArrayArgumentIndex()
18488 S.NSAPIObj->getNSArrayMethodKind(Sel); in GetNSMutableArrayArgumentIndex()
18512 bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableDictionaryArgumentIndex()
18522 S.NSAPIObj->getNSDictionaryMethodKind(Sel); in GetNSMutableDictionaryArgumentIndex()
18544 bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
18548 bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
18558 S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
H A DSema.cpp231 NSAPIObj.reset(new NSAPI(Context)); in Sema()
H A DSemaDeclObjC.cpp4141 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
H A DSemaDecl.cpp16294 NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp12533 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1192 std::unique_ptr<NSAPI> NSAPIObj; variable