/external/llvm-project/clang/unittests/AST/ |
D | SizelessTypesTest.cpp | 50 ASSERT_FALSE(Ctx.PseudoObjectTy->isSizelessBuiltinType()); in TEST_F() 80 ASSERT_FALSE(Ctx.PseudoObjectTy->isSizelessType()); in TEST_F()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 902 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()
|
D | SemaExprObjC.cpp | 762 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()
|
D | TreeTransform.h | 7082 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr() 11247 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
|
D | SemaExpr.cpp | 4189 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/ |
D | SemaExprMember.cpp | 889 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()
|
D | SemaExprObjC.cpp | 789 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()
|
D | TreeTransform.h | 8234 SemaRef.getASTContext().PseudoObjectTy, VK_LValue, in TransformMSPropertyRefExpr() 13653 SemaRef.Context.PseudoObjectTy, in TransformObjCPropertyRefExpr()
|
D | SemaExpr.cpp | 4702 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr() 6363 if (Fn->getType() == Context.PseudoObjectTy) { in BuildCallExpr()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 222 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
|
D | ASTContext.h | 911 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 301 PLACEHOLDER_TYPE(PseudoObject, PseudoObjectTy)
|
D | ASTContext.h | 993 CanQualType PseudoObjectTy, ARCUnbridgedCastTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1069 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6050 T = Context.PseudoObjectTy; in GetType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1373 InitBuiltinType(PseudoObjectTy, BuiltinType::PseudoObject); in InitBuiltinTypes()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 6945 T = Context.PseudoObjectTy; in GetType()
|