Searched refs:PseudoObjectTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 860 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr() 1426 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1445 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1499 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
|
D | SemaExprObjC.cpp | 628 Context.PseudoObjectTy, getterMethod, in BuildObjCSubscriptExpression() 1589 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1593 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1605 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr() 1609 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1657 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1661 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1794 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr() 1799 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
|
D | TreeTransform.h | 6326 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr() 9576 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
|
D | SemaExpr.cpp | 4491 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 215 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
|
D | ASTContext.h | 788 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1006 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5819 case PREDEF_TYPE_PSEUDO_OBJECT: T = Context.PseudoObjectTy; break; in GetType()
|