Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp927 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1565 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1581 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1638 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
H A DSemaExprObjC.cpp796 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
2019 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2023 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2036 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
2040 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2105 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2109 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2261 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2266 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
H A DTreeTransform.h9028 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
15758 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
H A DSemaExpr.cpp4939 MSPropertySubscriptExpr(base, ArgExprs.front(), Context.PseudoObjectTy, in ActOnArraySubscriptExpr()
6433 if (Fn->getType() == Context.PseudoObjectTy) { in BuildCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def307 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
H A DASTContext.h1149 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7340 T = Context.PseudoObjectTy; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1341 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()