Searched refs:getObjCIdType (Results 1 - 23 of 23) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp540 T = isConst ? Context->getObjCIdType().withConst()
541 : Context->getObjCIdType();
563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
592 result = Context->getObjCIdType();
2445 QualType argT = Context->getObjCIdType();
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2462 QualType argT = Context->getObjCIdType();
2468 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2482 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2495 QualType argT = Context->getObjCIdType();
[all...]
H A DRewriteObjC.cpp442 T = Context->getObjCIdType();
463 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
492 result = Context->getObjCIdType();
1697 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
1864 if (t == Context->getObjCIdType()) {
2328 QualType argT = Context->getObjCIdType();
2332 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2345 QualType argT = Context->getObjCIdType();
2351 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2373 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp103 QualType ElementType = Context.getObjCIdType().withConst();
892 args.add(RValue::get(self), getContext().getObjCIdType());
1183 args.add(RValue::get(self), getContext().getObjCIdType());
1186 args.add(RValue::get(arg), getContext().getObjCIdType());
1194 args.add(RValue::get(arg), getContext().getObjCIdType());
1378 QualType IdTy(CGM.getContext().getObjCIdType());
1459 getContext().getConstantArrayType(getContext().getObjCIdType(),
1567 ConvertType(getContext().getObjCIdType()));
1569 Args2.add(RValue::get(V), getContext().getObjCIdType());
2293 getContext().getObjCIdType(),
[all...]
H A DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
354 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
1850 Receiver, CGF.getContext().getObjCIdType(),
5035 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType());
5056 nullptr, Ctx.getObjCIdType(), nullptr, nullptr,
6619 Receiver, CGF.getContext().getObjCIdType(),
6623 Receiver, CGF.getContext().getObjCIdType(),
H A DCodeGenModule.cpp2687 Context.getPointerType(Context.getObjCIdType()),
3027 getContext().getObjCIdType(),
H A DCGDebugInfo.cpp567 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
H A DCGObjCGNU.cpp933 QualType UnqualIdTy = CGM.getContext().getObjCIdType();
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp115 Ty = Context.getObjCIdType();
654 QualType IdT = Context.getObjCIdType();
770 QualType IdT = Context.getObjCIdType();
1134 return Context.getObjCIdType();
1341 ReturnType = Context.getObjCIdType();
2274 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType());
2307 !Context.getObjCIdType().isNull() &&
2316 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(),
2323 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(),
H A DSemaPseudoObject.cpp1162 S.Context.getObjCIdType() /*ReturnType*/,
1175 : S.Context.getObjCIdType(),
1285 S.Context.getObjCIdType(),
1295 : S.Context.getObjCIdType(),
H A DSemaDeclObjC.cpp3075 resultDeclType = Context.getObjCIdType();
3096 ArgType = Context.getObjCIdType();
3147 ArgType = Context.getObjCIdType();
H A DSemaCodeComplete.cpp5474 : Context.getObjCIdType();
5977 QualType PropertyType = Context.getObjCIdType();
H A DSemaStmt.cpp1752 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(),
H A DSemaOverload.cpp5103 QualType Ty = S.Context.getObjCIdType();
5139 QualType Ty = Context.getObjCIdType();
H A DSemaExprCXX.cpp5952 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType());
H A DSemaDecl.cpp1794 New->setTypeForDecl(Context.getObjCIdType().getTypePtr());
8332 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType());
8471 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType());
H A DSemaExpr.cpp5883 compositeType = Context.getObjCIdType();
5885 compositeType = Context.getObjCIdType();
5893 QualType incompatTy = Context.getObjCIdType();
/external/clang/include/clang/AST/
H A DASTContext.h1272 return getObjCIdType();
1433 QualType getObjCIdType() const { function in class:clang::ASTContext
2006 return T == getObjCIdType();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp480 return ast_ctx.getObjCIdType();
/external/clang/lib/AST/
H A DASTDiagnostic.cpp76 if (QualType(Ty,0) == Context.getObjCIdType() ||
H A DDeclObjC.cpp895 selfTy = Context.getObjCIdType();
H A DASTContext.cpp4755 buildImplicitTypedef(getObjCIdType(), "instancetype");
5489 getObjCEncodingForTypeImpl(getObjCIdType(), S,
7565 Type = Context.getObjCIdType();
/external/lldb/source/Symbol/
H A DClangASTContext.cpp788 clang_type = ast->getObjCIdType().getAsOpaquePtr();
/external/clang/tools/libclang/
H A DCIndex.cpp1433 VisitType = Context.getObjCIdType();

Completed in 6029 milliseconds