Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp240 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
263 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
270 return ast_ctx.getObjCIdType(); in BuildObjCObjectPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp435 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
485 result = Context->getObjCIdType(); in getSimpleFunctionType()
1852 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2315 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2332 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2373 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
2417 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl()
2530 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2558 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2860 type = Context->getObjCIdType(); in SynthMessageExpr()
[all …]
H A DRewriteModernObjC.cpp527 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
579 result = Context->getObjCIdType(); in getSimpleFunctionType()
2409 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2426 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2459 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
2495 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl()
2980 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2982 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
3008 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3435 type = Context->getObjCIdType(); in SynthMessageExpr()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp126 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral()
140 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
1047 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1339 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1342 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1349 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1534 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1603 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1716 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2478 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[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()
2063 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
5561 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper()
5584 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
7161 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
7165 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
H A DCodeGenModule.cpp4406 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
4766 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp2067 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp849 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp112 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
783 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
889 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1266 Context.getObjCIdType(), in stripObjCInstanceType()
1267 Context.getObjCIdType()); in stripObjCInstanceType()
1274 return Context.getObjCIdType(); in stripObjCInstanceType()
1610 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2685 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2718 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2727 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
H A DSemaPseudoObject.cpp1197 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1210 : S.Context.getObjCIdType(), in findAtIndexGetter()
1314 S.Context.getObjCIdType(), in findAtIndexSetter()
1324 : S.Context.getObjCIdType(), in findAtIndexSetter()
H A DSemaDeclObjC.cpp757 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4554 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4575 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4627 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp6472 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
6964 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaStmt.cpp1916 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
H A DSemaDecl.cpp2132 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
10893 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
11108 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaExpr.cpp7234 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
7236 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
7241 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
H A DSemaOverload.cpp5564 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5601 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp7806 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1638 return getObjCIdType(); in getObjCIdRedefinitionType()
1849 QualType getObjCIdType() const { in getObjCIdType() function
2536 return T == getObjCIdType(); in isObjCIdType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1092 selfTy = Context.getObjCIdType(); in getSelfType()
H A DASTDiagnostic.cpp128 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
H A DASTContext.cpp6118 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
6920 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
9375 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2102 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()