/external/clang/lib/Frontend/Rewrite/ |
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() 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 …]
|
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() 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/ |
D | CGObjC.cpp | 126 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 …]
|
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() 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()
|
D | CodeGenModule.cpp | 3080 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 3428 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
|
D | CGObjCGNU.cpp | 943 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
D | CGDebugInfo.cpp | 628 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 115 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 …]
|
D | SemaPseudoObject.cpp | 1183 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter() 1196 : S.Context.getObjCIdType(), in findAtIndexGetter() 1303 S.Context.getObjCIdType(), in findAtIndexSetter() 1313 : S.Context.getObjCIdType(), in findAtIndexSetter()
|
D | SemaDeclObjC.cpp | 685 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()
|
D | SemaCodeComplete.cpp | 5697 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 6202 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
D | SemaStmt.cpp | 1778 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
|
D | SemaDecl.cpp | 1908 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()
|
D | SemaExpr.cpp | 6438 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 6440 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 6445 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
D | SemaOverload.cpp | 5221 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5257 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
D | SemaExprCXX.cpp | 6722 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1402 return getObjCIdType(); in getObjCIdRedefinitionType() 1588 QualType getObjCIdType() const { in getObjCIdType() function 2214 return T == getObjCIdType(); in isObjCIdType()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 128 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
D | DeclObjC.cpp | 987 selfTy = Context.getObjCIdType(); in getSelfType()
|
D | ASTContext.cpp | 5020 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 5773 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl() 8062 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1492 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|