| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 433 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 D | RewriteModernObjC.cpp | 531 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 D | CGObjC.cpp | 99 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 D | CGObjCMac.cpp | 240 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 D | CodeGenModule.cpp | 2766 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 3103 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
|
| H A D | CGObjCGNU.cpp | 933 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CGDebugInfo.cpp | 575 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 1170 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 D | SemaExprObjC.cpp | 115 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 D | SemaDeclObjC.cpp | 3118 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 3139 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration() 3190 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
|
| H A D | SemaStmt.cpp | 1780 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
|
| H A D | SemaCodeComplete.cpp | 5478 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 5981 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaDecl.cpp | 1874 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 D | SemaExpr.cpp | 5975 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5977 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5985 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
| H A D | SemaOverload.cpp | 5105 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5141 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| H A D | SemaExprCXX.cpp | 6292 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1294 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 D | ASTDiagnostic.cpp | 76 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
| H A D | DeclObjC.cpp | 904 selfTy = Context.getObjCIdType(); in createImplicitParams()
|
| H A D | ASTContext.cpp | 4828 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 D | CIndex.cpp | 1439 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|