| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 226 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType() 242 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType() 247 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 434 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType() 484 result = Context->getObjCIdType(); in getSimpleFunctionType() 1860 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt() 2324 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2341 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2382 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl() 2426 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl() 2540 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2568 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 2863 type = Context->getObjCIdType(); in SynthMessageExpr() [all …]
|
| H A D | RewriteModernObjC.cpp | 527 : Context->getObjCIdType(); in convertToUnqualifiedObjCType() 579 result = Context->getObjCIdType(); in getSimpleFunctionType() 2414 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2431 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2464 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl() 2500 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl() 2987 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2989 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 3015 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3434 type = Context->getObjCIdType(); in SynthMessageExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 136 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral() 150 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() 1228 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody() 1238 getContext().getObjCIdType(), args), in generateObjCGetterBody() 1530 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody() 1533 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1540 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1728 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() 1910 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt() 2729 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush() [all …]
|
| H A D | CGObjCMac.cpp | 240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() 255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() 283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() 344 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn() 2119 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend() 4034 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue() 5728 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper() 5750 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper() 7346 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend() 7349 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
|
| H A D | CodeGenModule.cpp | 6253 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 6651 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
|
| H A D | CGObjCGNU.cpp | 2301 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CGDebugInfo.cpp | 1041 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| H A D | CGBuiltin.cpp | 3411 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 114 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral() 806 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() 968 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() 1435 Context.getObjCIdType(), in stripObjCInstanceType() 1436 Context.getObjCIdType()); in stripObjCInstanceType() 1443 return Context.getObjCIdType(); in stripObjCInstanceType() 1786 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes() 2877 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage() 2910 !Context.getObjCIdType().isNull() && in BuildInstanceMessage() 2917 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage() [all …]
|
| H A D | SemaPseudoObject.cpp | 1192 S.Context.getObjCIdType() /*ReturnType*/, nullptr /*TypeSourceInfo */, in findAtIndexGetter() 1204 : S.Context.getObjCIdType(), in findAtIndexGetter() 1309 S.Context.getObjCIdType(), in findAtIndexSetter() 1319 : S.Context.getObjCIdType(), in findAtIndexSetter()
|
| H A D | SemaDeclObjC.cpp | 761 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam() 4751 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4773 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4825 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
|
| H A D | SemaStmt.cpp | 2322 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
|
| H A D | SemaCodeComplete.cpp | 8245 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 8755 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaDecl.cpp | 2638 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl() 13086 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer() 13616 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
|
| H A D | SemaExpr.cpp | 9451 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 9453 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 9458 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
| H A D | SemaOverload.cpp | 6256 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 6294 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| H A D | SemaExprCXX.cpp | 8849 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1843 return getObjCIdType(); in getObjCIdRedefinitionType() 2040 QualType getObjCIdType() const { in getObjCIdType() function 2863 return T == getObjCIdType(); in isObjCIdType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
|
| H A D | DeclObjC.cpp | 1159 selfTy = Context.getObjCIdType(); in getSelfType()
|
| H A D | ASTContext.cpp | 7583 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 8453 getObjCIdType(), S, in getObjCEncodingForTypeImpl() 11364 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2108 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|