Searched refs:PseudoObjectTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 902 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()
|
D | SemaExprObjC.cpp | 762 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()
|
D | TreeTransform.h | 7082 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr() 11247 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
|
D | SemaExpr.cpp | 4189 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr() 5140 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 222 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
|
D | ASTContext.h | 911 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1069 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6050 T = Context.PseudoObjectTy; in GetType()
|