Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp442 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
463 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
492 result = Context->getObjCIdType(); in getSimpleFunctionType()
1697 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1864 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2328 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2332 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2345 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2351 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2373 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
DRewriteModernObjC.cpp540 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
541 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
592 result = Context->getObjCIdType(); in getSimpleFunctionType()
2445 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2462 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2468 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2482 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2495 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/external/clang/lib/CodeGen/
DCGObjC.cpp103 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
892 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1183 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1186 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1194 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1378 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1459 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1567 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt()
1569 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2293 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
354 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
1850 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
5035 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper()
5056 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
6619 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
6623 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
DCodeGenModule.cpp2687 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
3027 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
DCGObjCGNU.cpp933 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
DCGDebugInfo.cpp567 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp115 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
654 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
770 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1134 return Context.getObjCIdType(); in stripObjCInstanceType()
1341 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2274 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2307 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2316 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
2323 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
DSemaPseudoObject.cpp1162 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1175 : S.Context.getObjCIdType(), in findAtIndexGetter()
1285 S.Context.getObjCIdType(), in findAtIndexSetter()
1295 : S.Context.getObjCIdType(), in findAtIndexSetter()
DSemaDeclObjC.cpp3075 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
3096 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
3147 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
DSemaStmt.cpp1752 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
DSemaCodeComplete.cpp5474 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
5977 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
DSemaDecl.cpp1794 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
8332 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
8471 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
DSemaExpr.cpp5883 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5885 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5893 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
DSemaOverload.cpp5103 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5139 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
DSemaExprCXX.cpp5952 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/external/clang/include/clang/AST/
DASTContext.h1272 return getObjCIdType(); in getObjCIdRedefinitionType()
1433 QualType getObjCIdType() const { in getObjCIdType() function
2006 return T == getObjCIdType(); in isObjCIdType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp480 return ast_ctx.getObjCIdType(); in BuildType()
/external/clang/lib/AST/
DASTDiagnostic.cpp76 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
DDeclObjC.cpp895 selfTy = Context.getObjCIdType(); in createImplicitParams()
DASTContext.cpp4755 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
5489 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
7565 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/external/lldb/source/Symbol/
DClangASTContext.cpp788 clang_type = ast->getObjCIdType().getAsOpaquePtr(); in GetBasicType()
/external/clang/tools/libclang/
DCIndex.cpp1433 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()