Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp433 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
454 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
483 result = Context->getObjCIdType(); in getSimpleFunctionType()
1688 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1855 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2320 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2324 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2337 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2343 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2365 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
DRewriteModernObjC.cpp531 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
532 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
554 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
583 result = Context->getObjCIdType(); in getSimpleFunctionType()
2434 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2438 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2451 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2457 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2471 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2484 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/external/clang/lib/CodeGen/
DCGObjC.cpp126 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
943 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1236 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1239 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1247 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1431 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1496 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1608 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt()
1610 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2322 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
286 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
351 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
1845 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
5166 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper()
5187 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
6781 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
6785 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
DCodeGenModule.cpp3080 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
3428 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
DCGObjCGNU.cpp943 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
DCGDebugInfo.cpp628 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp115 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
779 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
886 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1260 Context.getObjCIdType(), in stripObjCInstanceType()
1261 Context.getObjCIdType()); in stripObjCInstanceType()
1268 return Context.getObjCIdType(); in stripObjCInstanceType()
1576 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2552 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2585 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2594 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
[all …]
DSemaPseudoObject.cpp1183 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1196 : S.Context.getObjCIdType(), in findAtIndexGetter()
1303 S.Context.getObjCIdType(), in findAtIndexSetter()
1313 : S.Context.getObjCIdType(), in findAtIndexSetter()
DSemaDeclObjC.cpp685 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
4163 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4184 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4235 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp5697 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
6202 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
DSemaStmt.cpp1778 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
DSemaDecl.cpp1908 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
9135 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer()
9345 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
DSemaExpr.cpp6438 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
6440 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
6445 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
DSemaOverload.cpp5221 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5257 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
DSemaExprCXX.cpp6722 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/external/clang/include/clang/AST/
DASTContext.h1402 return getObjCIdType(); in getObjCIdRedefinitionType()
1588 QualType getObjCIdType() const { in getObjCIdType() function
2214 return T == getObjCIdType(); in isObjCIdType()
/external/clang/lib/AST/
DASTDiagnostic.cpp128 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
DDeclObjC.cpp987 selfTy = Context.getObjCIdType(); in getSelfType()
DASTContext.cpp5020 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
5773 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
8062 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/external/clang/tools/libclang/
DCIndex.cpp1492 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()