Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DSizelessTypesTest.cpp50 ASSERT_FALSE(Ctx.PseudoObjectTy->isSizelessBuiltinType()); in TEST_F()
80 ASSERT_FALSE(Ctx.PseudoObjectTy->isSizelessType()); in TEST_F()
/external/clang/lib/Sema/
DSemaExprMember.cpp902 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1536 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1555 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1609 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
1787 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1791 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1804 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
1808 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2024 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2029 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DTreeTransform.h7082 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
11247 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
DSemaExpr.cpp4189 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
5140 if (Fn->getType() == Context.PseudoObjectTy) { in ActOnCallExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp889 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1503 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1519 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1576 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
DSemaExprObjC.cpp789 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
2006 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2010 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2023 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
2027 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2093 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2097 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2249 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2254 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DTreeTransform.h8234 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr()
13653 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
DSemaExpr.cpp4702 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
6363 if (Fn->getType() == Context.PseudoObjectTy) { in BuildCallExpr()
/external/clang/include/clang/AST/
DBuiltinTypes.def222 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
DASTContext.h911 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def301 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
DASTContext.h993 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
/external/clang/lib/AST/
DASTContext.cpp1069 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6050 T = Context.PseudoObjectTy; in GetType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1373 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6945 T = Context.PseudoObjectTy; in GetType()