Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp228 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
246 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
252 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp525 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
526 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
548 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
578 result = Context->getObjCIdType(); in getSimpleFunctionType()
2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2417 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2430 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2436 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2450 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2463 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/freebsd/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()
1232 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1242 getContext().getObjCIdType(), args), in generateObjCGetterBody()
1534 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1537 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1544 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1732 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1800 getContext().getObjCIdType(), llvm::APInt(32, NumItems), nullptr, in EmitObjCForCollectionStmt()
1907 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
[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()
2126 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend()
4041 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue()
5735 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper()
5757 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
7352 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
7355 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
H A DCodeGenModule.cpp6398 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
6797 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp2300 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp1060 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
H A DCGBuiltin.cpp3546 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp119 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
814 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
975 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1448 Context.getObjCIdType(), in stripObjCInstanceType()
1449 Context.getObjCIdType()); in stripObjCInstanceType()
1456 return Context.getObjCIdType(); in stripObjCInstanceType()
1801 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2877 SemaRef.forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2910 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2918 .ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
H A DSemaPseudoObject.cpp1118 S.Context.getObjCIdType() /*ReturnType*/, nullptr /*TypeSourceInfo */, in findAtIndexGetter()
1130 : S.Context.getObjCIdType(), in findAtIndexGetter()
1231 S.Context.getObjCIdType(), in findAtIndexSetter()
1241 : S.Context.getObjCIdType(), in findAtIndexSetter()
H A DSemaDeclObjC.cpp759 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4760 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4782 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4837 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaObjC.cpp66 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
H A DSemaCodeComplete.cpp8323 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
8847 QualType PropertyType = getASTContext().getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaDecl.cpp2493 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
12885 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
13428 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaOverload.cpp6284 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
6319 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp9071 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1910 return getObjCIdType(); in getObjCIdRedefinitionType()
2107 QualType getObjCIdType() const { in getObjCIdType() function
2952 return T == getObjCIdType(); in isObjCIdType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1159 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTDiagnostic.cpp163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
H A DASTContext.cpp8039 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
8911 getObjCIdType(), S, in getObjCEncodingForTypeImpl()
11843 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2060 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()