Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp226 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
244 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
250 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp434 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
484 result = Context->getObjCIdType(); in getSimpleFunctionType()
1698 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1860 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2324 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2328 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2341 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2347 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2369 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
H A DRewriteModernObjC.cpp526 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
527 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
549 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
579 result = Context->getObjCIdType(); in getSimpleFunctionType()
2414 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2418 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2431 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2437 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2451 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2464 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp137 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral()
151 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
1233 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1243 getContext().getObjCIdType(), args), in generateObjCGetterBody()
1540 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1543 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1550 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1738 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1807 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1917 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()
2127 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend()
4056 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue()
5767 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper()
5790 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
7391 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
7394 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
H A DCodeGenModule.cpp5811 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
6209 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp2190 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp1001 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
H A DCGBuiltin.cpp2918 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp114 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
806 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
968 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1434 Context.getObjCIdType(), in stripObjCInstanceType()
1435 Context.getObjCIdType()); in stripObjCInstanceType()
1442 return Context.getObjCIdType(); in stripObjCInstanceType()
1785 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2872 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2905 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2912 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()
4752 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4773 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4825 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaStmt.cpp2312 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
H A DSemaCodeComplete.cpp8155 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
8647 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaDecl.cpp2586 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
12640 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
13163 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaExpr.cpp9108 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
9110 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
9115 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
H A DSemaOverload.cpp5993 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
6031 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp8787 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1820 return getObjCIdType(); in getObjCIdRedefinitionType()
2017 QualType getObjCIdType() const { in getObjCIdType() function
2832 return T == getObjCIdType(); in isObjCIdType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1159 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTDiagnostic.cpp162 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
H A DASTContext.cpp7576 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
8440 getObjCIdType(), S, in getObjCEncodingForTypeImpl()
11257 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1639 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2101 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()