Home
last modified time | relevance | path

Searched refs:PseudoObjectTy (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp902 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1536 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1555 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1609 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
1787 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1791 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1804 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
1808 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2024 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2029 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DTreeTransform.h7082 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
11247 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
DSemaExpr.cpp4189 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
5140 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
/external/clang/include/clang/AST/
DBuiltinTypes.def222 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
DASTContext.h911 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/external/clang/lib/AST/
DASTContext.cpp1069 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6050 T = Context.PseudoObjectTy; in GetType()