| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 226 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 D | RewriteObjC.cpp | 434 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 D | RewriteModernObjC.cpp | 526 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 D | CGObjC.cpp | 137 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 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() 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 D | CodeGenModule.cpp | 5811 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 6209 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
|
| H A D | CGObjCGNU.cpp | 2190 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CGDebugInfo.cpp | 1001 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| H A D | CGBuiltin.cpp | 2918 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 114 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 D | SemaPseudoObject.cpp | 1187 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 D | SemaDeclObjC.cpp | 761 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 D | SemaStmt.cpp | 2312 OpaqueValueExpr OpaqueId(Loc, Context.getObjCIdType(), VK_PRValue); in ActOnObjCForCollectionStmt()
|
| H A D | SemaCodeComplete.cpp | 8155 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 8647 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaDecl.cpp | 2586 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 D | SemaExpr.cpp | 9108 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 9110 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 9115 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
| H A D | SemaOverload.cpp | 5993 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 6031 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| H A D | SemaExprCXX.cpp | 8787 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1820 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 D | DeclObjC.cpp | 1159 selfTy = Context.getObjCIdType(); in getSelfType()
|
| H A D | ASTDiagnostic.cpp | 162 if (QualType(Ty,0) == Context.getObjCIdType() || in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 7576 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 D | CIndex.cpp | 1639 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2101 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|