| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 240 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 D | RewriteObjC.cpp | 435 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 D | RewriteModernObjC.cpp | 527 : 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 D | CGObjC.cpp | 126 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 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() 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 D | CodeGenModule.cpp | 4406 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 4766 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
|
| H A D | CGObjCGNU.cpp | 2067 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CGDebugInfo.cpp | 849 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 112 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 D | SemaPseudoObject.cpp | 1197 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 D | SemaDeclObjC.cpp | 757 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 D | SemaCodeComplete.cpp | 6472 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 6964 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaStmt.cpp | 1916 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
|
| H A D | SemaDecl.cpp | 2132 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 D | SemaExpr.cpp | 7234 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 7236 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 7241 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
| H A D | SemaOverload.cpp | 5564 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5601 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| H A D | SemaExprCXX.cpp | 7806 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1638 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 D | DeclObjC.cpp | 1092 selfTy = Context.getObjCIdType(); in getSelfType()
|
| H A D | ASTDiagnostic.cpp | 128 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
| H A D | ASTContext.cpp | 6118 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 D | ClangASTContext.cpp | 2102 return ast->getObjCIdType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|