/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 442 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType() 463 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() 492 result = Context->getObjCIdType(); in getSimpleFunctionType() 1697 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt() 1864 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt() 2328 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2332 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() 2345 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2351 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() 2373 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 540 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType() 541 : Context->getObjCIdType(); in convertToUnqualifiedObjCType() 563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() 592 result = Context->getObjCIdType(); in getSimpleFunctionType() 2445 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() 2462 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2468 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() 2482 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() 2495 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 103 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() 892 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody() 1183 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody() 1186 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1194 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1378 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() 1459 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt() 1567 ConvertType(getContext().getObjCIdType())); in EmitObjCForCollectionStmt() 1569 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt() 2293 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() 287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() 354 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn() 1850 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend() 5035 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType()); in ObjCCommonTypesHelper() 5056 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper() 6619 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend() 6623 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
|
D | CodeGenModule.cpp | 2687 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 3027 getContext().getObjCIdType(), in EmitObjCIvarInitializations()
|
D | CGObjCGNU.cpp | 933 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
D | CGDebugInfo.cpp | 567 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 115 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral() 654 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() 770 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() 1134 return Context.getObjCIdType(); in stripObjCInstanceType() 1341 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes() 2274 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage() 2307 !Context.getObjCIdType().isNull() && in BuildInstanceMessage() 2316 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage() 2323 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage()
|
D | SemaPseudoObject.cpp | 1162 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter() 1175 : S.Context.getObjCIdType(), in findAtIndexGetter() 1285 S.Context.getObjCIdType(), in findAtIndexSetter() 1295 : S.Context.getObjCIdType(), in findAtIndexSetter()
|
D | SemaDeclObjC.cpp | 3075 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 3096 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration() 3147 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
|
D | SemaStmt.cpp | 1752 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
|
D | SemaCodeComplete.cpp | 5474 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 5977 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
D | SemaDecl.cpp | 1794 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl() 8332 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl() 8471 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
|
D | SemaExpr.cpp | 5883 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5885 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5893 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
D | SemaOverload.cpp | 5103 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5139 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
D | SemaExprCXX.cpp | 5952 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1272 return getObjCIdType(); in getObjCIdRedefinitionType() 1433 QualType getObjCIdType() const { in getObjCIdType() function 2006 return T == getObjCIdType(); in isObjCIdType()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 480 return ast_ctx.getObjCIdType(); in BuildType()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 76 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
D | DeclObjC.cpp | 895 selfTy = Context.getObjCIdType(); in createImplicitParams()
|
D | ASTContext.cpp | 4755 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 5489 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl() 7565 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 788 clang_type = ast->getObjCIdType().getAsOpaquePtr(); in GetBasicType()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1433 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|