Searched refs:OK_ObjCProperty (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Specifiers.h | 149 OK_ObjCProperty, enumerator
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2006 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2010 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2022 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr() 2027 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2093 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2097 OK_ObjCProperty, MemberLoc, BaseExpr); in HandleExprPropertyRefExpr() 2249 OK_ObjCProperty, propertyNameLoc, receiverNameLoc, in ActOnClassPropertyRefExpr() 2253 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
|
H A D | SemaExprMember.cpp | 1520 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr() 1536 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr() 1593 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr()
|
H A D | SemaCast.cpp | 2265 case OK_ObjCProperty: inappropriate = "property expression"; break; in TryReinterpretCast()
|
H A D | TreeTransform.h | 3732 VK_LValue, OK_ObjCProperty, in RebuildObjCPropertyRefExpr() 15042 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr() 15053 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
|
H A D | SemaExprCXX.cpp | 4346 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
|
H A D | SemaExpr.cpp | 15172 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp() 15367 OK_ObjCProperty) { in CreateBuiltinBinOp()
|
H A D | SemaOverload.cpp | 13868 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprClassification.cpp | 568 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
H A D | TextNodeDumper.cpp | 167 case OK_ObjCProperty: in Visit()
|
H A D | Expr.cpp | 3994 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()
|