Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp860 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()
DSemaExprObjC.cpp628 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()
DTreeTransform.h6326 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
9576 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
DSemaExpr.cpp4491 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
/external/clang/include/clang/AST/
DBuiltinTypes.def215 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
DASTContext.h788 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/external/clang/lib/AST/
DASTContext.cpp1006 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp5819 case PREDEF_TYPE_PSEUDO_OBJECT: T = Context.PseudoObjectTy; break; in GetType()