Home
last modified time | relevance | path

Searched refs:getObjCIdType (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp226 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 DRewriteObjC.cpp434 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 DRewriteModernObjC.cpp527 : 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 DCGObjC.cpp136 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 DCGObjCMac.cpp240 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 DCodeGenModule.cpp6253 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
6651 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp2301 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp1041 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
H A DCGBuiltin.cpp3411 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp114 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 DSemaPseudoObject.cpp1192 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 DSemaDeclObjC.cpp761 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 DSemaStmt.cpp2322 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
H A DSemaCodeComplete.cpp8245 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
8755 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaDecl.cpp2638 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 DSemaExpr.cpp9451 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
9453 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
9458 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
H A DSemaOverload.cpp6256 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
6294 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp8849 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1843 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 DASTDiagnostic.cpp163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
H A DDeclObjC.cpp1159 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTContext.cpp7583 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 DTypeSystemClang.cpp2108 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()