Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp441 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType()
462 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
491 result = Context->getObjCIdType(); in getSimpleFunctionType()
1719 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt()
1885 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt()
2356 QualType argT = Context->getObjCIdType(); in SynthSuperContructorFunctionDecl()
2360 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperContructorFunctionDecl()
2373 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2379 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2401 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
DRewriteModernObjC.cpp526 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType()
527 : Context->getObjCIdType(); in convertToUnqualifiedObjCType()
549 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
578 result = Context->getObjCIdType(); in getSimpleFunctionType()
2452 QualType argT = Context->getObjCIdType(); in SynthSuperContructorFunctionDecl()
2456 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperContructorFunctionDecl()
2469 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2475 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2489 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2502 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/external/clang/lib/CodeGen/
DCGObjC.cpp101 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
861 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1149 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1152 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1160 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1346 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1425 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1527 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt()
1529 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2233 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
DCGObjCMac.cpp238 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
256 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
284 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
348 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
1854 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
5053 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper()
5074 Ctx.getObjCIdType(), 0, 0, false, ICIS_NoInit)); in ObjCCommonTypesHelper()
6632 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
6636 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
DCodeGenModule.cpp2436 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
2675 getContext().getObjCIdType(), 0, in EmitObjCIvarInitializations()
DCGObjCGNU.cpp930 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
DCGDebugInfo.cpp549 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp111 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
636 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
755 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1053 return Context.getObjCIdType(); in stripObjCInstanceType()
1166 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2111 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2145 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2154 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
2161 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
DSemaPseudoObject.cpp1074 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1087 : S.Context.getObjCIdType(), in findAtIndexGetter()
1202 S.Context.getObjCIdType(), in findAtIndexSetter()
1213 : S.Context.getObjCIdType(), in findAtIndexSetter()
DSemaDeclObjC.cpp2879 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
2904 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
2955 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
DSemaDecl.cpp1691 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
7226 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
7350 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
DSemaCodeComplete.cpp5523 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
6038 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
DSemaExpr.cpp5229 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5231 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5239 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
DSemaOverload.cpp5058 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5093 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
DSemaExprCXX.cpp5494 FullExpr = forceUnknownAnyToType(FullExpr.take(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/external/clang/include/clang/AST/
DASTContext.h1198 return getObjCIdType(); in getObjCIdRedefinitionType()
1351 QualType getObjCIdType() const { in getObjCIdType() function
1897 return T == getObjCIdType(); in isObjCIdType()
/external/clang/lib/AST/
DASTDiagnostic.cpp69 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
DDeclObjC.cpp714 selfTy = Context.getObjCIdType(); in createImplicitParams()
DASTContext.cpp4539 getTrivialTypeSourceInfo(getObjCIdType())); in getObjCInstanceTypeDecl()
5275 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
7378 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/external/clang/tools/libclang/
DCIndex.cpp1417 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()