Searched refs:OK_ObjCProperty (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 161 OK_ObjCProperty, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 2008 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2012 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2024 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr() 2029 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2094 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2098 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2251 OK_ObjCProperty, propertyNameLoc, receiverNameLoc, in ActOnClassPropertyRefExpr() 2255 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
|
| H A D | SemaExprMember.cpp | 1501 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr() 1517 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr() 1574 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr()
|
| H A D | SemaCast.cpp | 2336 case OK_ObjCProperty: inappropriate = "property expression"; break; in TryReinterpretCast()
|
| H A D | TreeTransform.h | 3924 VK_LValue, OK_ObjCProperty, in RebuildObjCPropertyRefExpr() 17489 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr() 17500 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
|
| H A D | SemaExprCXX.cpp | 4748 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
|
| H A D | SemaExpr.cpp | 15016 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp() 15217 OK_ObjCProperty) { in CreateBuiltinBinOp()
|
| H A D | SemaOverload.cpp | 15305 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 607 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
| H A D | TextNodeDumper.cpp | 170 case OK_ObjCProperty: in Visit()
|
| H A D | Expr.cpp | 4095 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()
|