Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp223 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
241 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
247 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
/freebsd-13.1/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.cpp526 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
578 result = Context->getObjCIdType(); in getSimpleFunctionType()
2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2430 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2463 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
2499 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl()
2986 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2988 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
3014 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3433 type = Context->getObjCIdType(); in SynthMessageExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp133 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral()
147 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
1198 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1208 getContext().getObjCIdType(), args), in generateObjCGetterBody()
1488 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1491 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1498 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1680 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1863 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2705 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
2150 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend()
4116 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue()
5810 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper()
5833 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
7416 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
7419 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
H A DCodeGenModule.cpp5262 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
5646 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp2185 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp958 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
H A DCGBuiltin.cpp2961 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp113 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
805 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
967 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1436 Context.getObjCIdType(), in stripObjCInstanceType()
1437 Context.getObjCIdType()); in stripObjCInstanceType()
1444 return Context.getObjCIdType(); in stripObjCInstanceType()
1787 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2876 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2909 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2916 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
H A DSemaPseudoObject.cpp1187 S.Context.getObjCIdType() /*ReturnType*/, nullptr /*TypeSourceInfo */, in findAtIndexGetter()
1199 : S.Context.getObjCIdType(), in findAtIndexGetter()
1304 S.Context.getObjCIdType(), in findAtIndexSetter()
1314 : S.Context.getObjCIdType(), in findAtIndexSetter()
H A DSemaDeclObjC.cpp761 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4732 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4753 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4805 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp7614 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
8106 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaStmt.cpp2274 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
H A DSemaDecl.cpp2311 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
11786 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
12292 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaExpr.cpp8525 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
8527 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
8532 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
H A DSemaOverload.cpp5833 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5870 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp8508 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1760 return getObjCIdType(); in getObjCIdRedefinitionType()
1957 QualType getObjCIdType() const { in getObjCIdType() function
2719 return T == getObjCIdType(); in isObjCIdType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1108 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTDiagnostic.cpp133 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
H A DASTContext.cpp6843 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
7706 getObjCIdType(), S, in getObjCEncodingForTypeImpl()
10475 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2062 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()