/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 228 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 D | RewriteModernObjC.cpp | 525 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 D | CGObjC.cpp | 136 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 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() 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 D | CodeGenModule.cpp | 6398 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 6797 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
|
H A D | CGObjCGNU.cpp | 2300 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
H A D | CGDebugInfo.cpp | 1060 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
H A D | CGBuiltin.cpp | 3546 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 119 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 D | SemaPseudoObject.cpp | 1118 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 D | SemaDeclObjC.cpp | 759 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 D | SemaObjC.cpp | 66 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
|
H A D | SemaCodeComplete.cpp | 8323 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 8847 QualType PropertyType = getASTContext().getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
H A D | SemaDecl.cpp | 2493 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 D | SemaOverload.cpp | 6284 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 6319 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
H A D | SemaExprCXX.cpp | 9071 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1910 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 D | DeclObjC.cpp | 1159 selfTy = Context.getObjCIdType(); in getSelfType()
|
H A D | ASTDiagnostic.cpp | 163 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
|
H A D | ASTContext.cpp | 8039 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 D | TypeSystemClang.cpp | 2060 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|