Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp238 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
256 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
262 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp432 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
453 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
482 result = Context->getObjCIdType(); in getSimpleFunctionType()
1696 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1858 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2322 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2326 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2339 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2345 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2367 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
H A DRewriteModernObjC.cpp524 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
525 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
547 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
577 result = Context->getObjCIdType(); in getSimpleFunctionType()
2412 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2416 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2429 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2435 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2462 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()
1249 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1259 getContext().getObjCIdType(), args), in generateObjCGetterBody()
1578 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1581 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1588 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1776 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1844 getContext().getObjCIdType(), llvm::APInt(32, NumItems), nullptr, in EmitObjCForCollectionStmt()
1951 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
[all …]
H A DCGObjCMac.cpp219 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
233 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
260 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
319 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
2044 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend()
3938 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue()
5645 ObjectPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper()
5666 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
7255 CGF.getContext().getObjCIdType(), false, in GenerateMessageSend()
7258 CGF.getContext().getObjCIdType(), false, in GenerateMessageSend()
H A DCGObjCGNU.cpp2254 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue()
2404 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCodeGenModule.cpp6723 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
7122 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
H A DCGDebugInfo.cpp1235 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
H A DCGBuiltin.cpp3655 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp117 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
809 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
970 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1441 return Context.getAttributedType(*nullability, Context.getObjCIdType(), in stripObjCInstanceType()
1442 Context.getObjCIdType()); in stripObjCInstanceType()
1449 return Context.getObjCIdType(); in stripObjCInstanceType()
1788 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2866 SemaRef.forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2899 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2907 .ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
H A DSemaPseudoObject.cpp1116 S.Context.getObjCIdType() /*ReturnType*/, nullptr /*TypeSourceInfo */, in findAtIndexGetter()
1128 : S.Context.getObjCIdType(), in findAtIndexGetter()
1229 S.Context.getObjCIdType(), in findAtIndexSetter()
1239 : S.Context.getObjCIdType(), in findAtIndexSetter()
H A DSemaDeclObjC.cpp759 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4737 ArgType = Context.getObjCIdType(); in ActOnMethodParmDeclaration()
4814 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4841 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaObjC.cpp67 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
H A DSemaCodeComplete.cpp8471 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
8995 QualType PropertyType = getASTContext().getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaDecl.cpp2511 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
13111 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
13785 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaExprCXX.cpp7682 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
H A DSemaOverload.cpp6540 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
6575 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2095 return getObjCIdType(); in getObjCIdRedefinitionType()
2288 QualType getObjCIdType() const { in getObjCIdType() function
3156 return T == getObjCIdType(); in isObjCIdType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1156 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTDiagnostic.cpp163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
H A DASTContext.cpp8637 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
9510 getObjCIdType(), S, in getObjCEncodingForTypeImpl()
12465 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2079 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()