Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A 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()
2319 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2323 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2336 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2342 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2364 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
[all …]
H A 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()
2433 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl()
2437 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl()
2450 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl()
2456 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl()
2470 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl()
2483 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp99 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral()
887 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody()
1178 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody()
1181 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1189 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody()
1373 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod()
1454 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
1562 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt()
1564 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt()
2286 getContext().getObjCIdType(), in EmitObjCMRRAutoreleasePoolPush()
[all …]
H A 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()
1848 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
4992 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper()
5013 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper()
6587 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
6591 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
H A DCodeGenModule.cpp2766 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType()
3103 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
H A DCGObjCGNU.cpp933 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
H A DCGDebugInfo.cpp575 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1170 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter()
1183 : S.Context.getObjCIdType(), in findAtIndexGetter()
1293 S.Context.getObjCIdType(), in findAtIndexSetter()
1303 : S.Context.getObjCIdType(), in findAtIndexSetter()
H A DSemaExprObjC.cpp115 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral()
654 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral()
770 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral()
1141 return Context.getObjCIdType(); in stripObjCInstanceType()
1354 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes()
2368 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage()
2401 !Context.getObjCIdType().isNull() && in BuildInstanceMessage()
2410 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
2417 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
H A DSemaDeclObjC.cpp3118 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
3139 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
3190 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
H A DSemaStmt.cpp1780 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
H A DSemaCodeComplete.cpp5478 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage()
5981 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
H A DSemaDecl.cpp1874 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
8657 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
8804 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
H A DSemaExpr.cpp5975 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5977 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()
5985 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
H A DSemaOverload.cpp5105 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer()
5141 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
H A DSemaExprCXX.cpp6292 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1294 return getObjCIdType(); in getObjCIdRedefinitionType()
1456 QualType getObjCIdType() const { in getObjCIdType() function
2024 return T == getObjCIdType(); in isObjCIdType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp76 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
H A DDeclObjC.cpp904 selfTy = Context.getObjCIdType(); in createImplicitParams()
H A DASTContext.cpp4828 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
5576 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl()
7636 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1439 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()