Searched refs:NSAPIObj (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 97 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 D | SemaObjC.cpp | 998 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 D | SemaAvailability.cpp | 135 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 D | SemaExprObjC.cpp | 122 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 D | Sema.cpp | 276 ObjC().NSAPIObj.reset(new NSAPI(Context)); in Sema()
|
H A D | SemaDeclObjC.cpp | 4147 SemaRef.TUScope, NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
|
H A D | SemaChecking.cpp | 9981 S.ObjC().NSAPIObj->isObjCBOOLType(OtherT) && in CheckTautologicalComparison()
|
H A D | SemaDecl.cpp | 16089 ObjC().NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject); in ActOnFinishFunctionBody()
|
H A D | SemaExpr.cpp | 11552 Selector IsEqualSel = S.ObjC().NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 599 std::unique_ptr<NSAPI> NSAPIObj;
|