Home
last modified time | relevance | path

Searched refs:OK_ObjCProperty (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h161 OK_ObjCProperty, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2008 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 DSemaExprMember.cpp1501 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 DSemaCast.cpp2336 case OK_ObjCProperty: inappropriate = "property expression"; break; in TryReinterpretCast()
H A DTreeTransform.h3924 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 DSemaExprCXX.cpp4748 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
H A DSemaExpr.cpp15016 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp()
15217 OK_ObjCProperty) { in CreateBuiltinBinOp()
H A DSemaOverload.cpp15305 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp607 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DTextNodeDumper.cpp170 case OK_ObjCProperty: in Visit()
H A DExpr.cpp4095 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()