Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp877 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1443 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1462 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1516 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
DSemaExprObjC.cpp630 Context.PseudoObjectTy, getterMethod, in BuildObjCSubscriptExpression()
1542 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1546 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1558 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
1562 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1626 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1630 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1765 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
1770 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DTreeTransform.h6588 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
10181 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
DSemaExpr.cpp4717 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
/external/clang/include/clang/AST/
DBuiltinTypes.def215 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
DASTContext.h806 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/external/clang/lib/AST/
DASTContext.cpp1010 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6003 case PREDEF_TYPE_PSEUDO_OBJECT: T = Context.PseudoObjectTy; break; in GetType()