| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 238 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 D | RewriteObjC.cpp | 432 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 D | RewriteModernObjC.cpp | 524 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 D | CGObjC.cpp | 136 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 D | CGObjCMac.cpp | 219 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 D | CGObjCGNU.cpp | 2254 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue() 2404 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CodeGenModule.cpp | 6723 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 7122 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
|
| H A D | CGDebugInfo.cpp | 1235 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| H A D | CGBuiltin.cpp | 3655 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 117 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 D | SemaPseudoObject.cpp | 1116 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 D | SemaDeclObjC.cpp | 759 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 D | SemaObjC.cpp | 67 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
|
| H A D | SemaCodeComplete.cpp | 8471 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 8995 QualType PropertyType = getASTContext().getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaDecl.cpp | 2511 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 D | SemaExprCXX.cpp | 7682 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| H A D | SemaOverload.cpp | 6540 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 6575 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2095 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 D | DeclObjC.cpp | 1156 selfTy = Context.getObjCIdType(); in getSelfType()
|
| H A D | ASTDiagnostic.cpp | 163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 8637 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 D | TypeSystemClang.cpp | 2079 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|