Searched refs:PseudoObjectTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 877 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()
|
D | SemaExprObjC.cpp | 630 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()
|
D | TreeTransform.h | 6588 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr() 10181 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
|
D | SemaExpr.cpp | 4717 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 215 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
|
D | ASTContext.h | 806 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1010 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6003 case PREDEF_TYPE_PSEUDO_OBJECT: T = Context.PseudoObjectTy; break; in GetType()
|