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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp484 T = isConst ? Context->getObjCIdType().withConst()
485 : Context->getObjCIdType();
507 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
537 result = Context->getObjCIdType();
2370 QualType argT = Context->getObjCIdType();
2374 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2388 QualType argT = Context->getObjCIdType();
2394 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2410 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2425 QualType argT = Context->getObjCIdType();
[all...]
H A DRewriteObjC.cpp439 T = Context->getObjCIdType();
460 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
490 result = Context->getObjCIdType();
1719 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
1885 if (t == Context->getObjCIdType()) {
2357 QualType argT = Context->getObjCIdType();
2361 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2375 QualType argT = Context->getObjCIdType();
2381 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2405 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
[all...]
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1033 S.Context.getObjCIdType() /*ReturnType*/,
1046 : S.Context.getObjCIdType(),
1161 S.Context.getObjCIdType(),
1172 : S.Context.getObjCIdType(),
H A DSemaExprObjC.cpp111 Ty = Context.getObjCIdType();
636 QualType IdT = Context.getObjCIdType();
755 QualType IdT = Context.getObjCIdType();
1053 return Context.getObjCIdType();
1160 ReturnType = Context.getObjCIdType();
2097 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType());
2261 !Context.getObjCIdType().isNull() &&
2270 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(),
2277 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(),
H A DSemaDeclObjC.cpp2817 resultDeclType = Context.getObjCIdType();
2842 ArgType = Context.getObjCIdType();
2895 ArgType = Context.getObjCIdType();
H A DSemaCodeComplete.cpp5432 : Context.getObjCIdType();
5936 QualType PropertyType = Context.getObjCIdType();
H A DSemaDecl.cpp1606 New->setTypeForDecl(Context.getObjCIdType().getTypePtr());
6536 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType());
H A DSemaOverload.cpp4972 QualType Ty = S.Context.getObjCIdType();
5007 QualType Ty = Context.getObjCIdType();
H A DSemaExprCXX.cpp5496 FullExpr = forceUnknownAnyToType(FullExpr.take(), Context.getObjCIdType());
H A DSemaExpr.cpp5091 compositeType = Context.getObjCIdType();
5093 compositeType = Context.getObjCIdType();
5101 QualType incompatTy = Context.getObjCIdType();
/external/clang/lib/CodeGen/
H A DCGObjC.cpp101 QualType ElementType = Context.getObjCIdType().withConst();
857 args.add(RValue::get(self), getContext().getObjCIdType());
1139 args.add(RValue::get(self), getContext().getObjCIdType());
1142 args.add(RValue::get(arg), getContext().getObjCIdType());
1150 args.add(RValue::get(arg), getContext().getObjCIdType());
1336 QualType IdTy(CGM.getContext().getObjCIdType());
1415 getContext().getConstantArrayType(getContext().getObjCIdType(),
1517 ConvertType(getContext().getObjCIdType()));
1519 Args2.add(RValue::get(V), getContext().getObjCIdType());
2203 getContext().getObjCIdType(),
[all...]
H A DCGObjCMac.cpp237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
347 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
1701 Receiver, CGF.getContext().getObjCIdType(),
4368 ObjectPtrTy = Types.ConvertType(Ctx.getObjCIdType());
4389 Ctx.getObjCIdType(), 0, 0, false, ICIS_NoInit));
5939 Receiver, CGF.getContext().getObjCIdType(),
5943 Receiver, CGF.getContext().getObjCIdType(),
H A DCodeGenModule.cpp2256 Context.getPointerType(Context.getObjCIdType()),
2495 getContext().getObjCIdType(), 0,
H A DCGObjCGNU.cpp793 QualType UnqualIdTy = CGM.getContext().getObjCIdType();
/external/clang/include/clang/AST/
H A DASTContext.h1109 return getObjCIdType();
1262 QualType getObjCIdType() const { function in class:clang::ASTContext
1795 return T == getObjCIdType();
/external/clang/lib/AST/
H A DASTDiagnostic.cpp70 if (QualType(Ty,0) == Context.getObjCIdType() ||
H A DDeclObjC.cpp650 selfTy = Context.getObjCIdType();
H A DASTContext.cpp4358 getTrivialTypeSourceInfo(getObjCIdType()));
5034 getObjCEncodingForTypeImpl(getObjCIdType(), S,
6977 Type = Context.getObjCIdType();
/external/clang/tools/libclang/
H A DCIndex.cpp1376 VisitType = Context.getObjCIdType();

Completed in 1746 milliseconds