Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp434 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
484 result = Context->getObjCIdType(); in getSimpleFunctionType()
1689 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1851 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2315 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2319 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2332 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2338 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2360 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
DRewriteModernObjC.cpp525 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
526 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
548 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
578 result = Context->getObjCIdType(); in getSimpleFunctionType()
2407 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2411 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2424 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2430 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2444 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2457 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/external/clang/lib/CodeGen/
DCGObjC.cpp126 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
947 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1234 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1237 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1243 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1425 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1604 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt()
1606 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2333 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
1852 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
5234 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper()
5255 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
6855 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
6859 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
DCodeGenModule.cpp3353 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
3701 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
DCGObjCGNU.cpp976 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
DCGDebugInfo.cpp658 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp112 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
778 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
884 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1257 Context.getObjCIdType(), in stripObjCInstanceType()
1258 Context.getObjCIdType()); in stripObjCInstanceType()
1265 return Context.getObjCIdType(); in stripObjCInstanceType()
1573 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2564 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2597 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2606 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
DSemaPseudoObject.cpp1184 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1197 : S.Context.getObjCIdType(), in findAtIndexGetter()
1304 S.Context.getObjCIdType(), in findAtIndexSetter()
1314 : S.Context.getObjCIdType(), in findAtIndexSetter()
DSemaDeclObjC.cpp684 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4312 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4333 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4384 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp5717 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
6222 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
DSemaStmt.cpp1799 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
DSemaDecl.cpp1963 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
9470 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
9680 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
DSemaExpr.cpp6826 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
6828 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
6833 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
DSemaOverload.cpp5281 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5317 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
DSemaExprCXX.cpp7009 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/external/clang/include/clang/AST/
DASTContext.h1414 return getObjCIdType(); in getObjCIdRedefinitionType()
1613 QualType getObjCIdType() const { in getObjCIdType() function
2239 return T == getObjCIdType(); in isObjCIdType()
/external/clang/lib/AST/
DDeclObjC.cpp1019 selfTy = Context.getObjCIdType(); in getSelfType()
DASTDiagnostic.cpp129 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
DASTContext.cpp5104 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
5869 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
8204 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/external/clang/tools/libclang/
DCIndex.cpp1493 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()