/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 441 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 …]
|
D | RewriteModernObjC.cpp | 526 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/ |
D | CGObjC.cpp | 101 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 …]
|
D | CGObjCMac.cpp | 238 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()
|
D | CodeGenModule.cpp | 2436 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 2675 getContext().getObjCIdType(), 0, in EmitObjCIvarInitializations()
|
D | CGObjCGNU.cpp | 930 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
D | CGDebugInfo.cpp | 549 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 111 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()
|
D | SemaPseudoObject.cpp | 1074 S.Context.getObjCIdType() /*ReturnType*/, in findAtIndexGetter() 1087 : S.Context.getObjCIdType(), in findAtIndexGetter() 1202 S.Context.getObjCIdType(), in findAtIndexSetter() 1213 : S.Context.getObjCIdType(), in findAtIndexSetter()
|
D | SemaDeclObjC.cpp | 2879 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 2904 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration() 2955 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
|
D | SemaDecl.cpp | 1691 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()
|
D | SemaCodeComplete.cpp | 5523 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 6038 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
D | SemaExpr.cpp | 5229 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5231 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 5239 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
D | SemaOverload.cpp | 5058 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5093 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
D | SemaExprCXX.cpp | 5494 FullExpr = forceUnknownAnyToType(FullExpr.take(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1198 return getObjCIdType(); in getObjCIdRedefinitionType() 1351 QualType getObjCIdType() const { in getObjCIdType() function 1897 return T == getObjCIdType(); in isObjCIdType()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 69 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
D | DeclObjC.cpp | 714 selfTy = Context.getObjCIdType(); in createImplicitParams()
|
D | ASTContext.cpp | 4539 getTrivialTypeSourceInfo(getObjCIdType())); in getObjCInstanceTypeDecl() 5275 getObjCEncodingForTypeImpl(getObjCIdType(), S, in getObjCEncodingForTypeImpl() 7378 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1417 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|