Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h149 OK_ObjCProperty, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2006 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 DSemaExprMember.cpp1520 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 DSemaCast.cpp2265 case OK_ObjCProperty: inappropriate = "property expression"; break; in TryReinterpretCast()
H A DTreeTransform.h3732 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 DSemaExprCXX.cpp4346 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
H A DSemaExpr.cpp15172 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp()
15367 OK_ObjCProperty) { in CreateBuiltinBinOp()
H A DSemaOverload.cpp13868 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp568 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DTextNodeDumper.cpp167 case OK_ObjCProperty: in Visit()
H A DExpr.cpp3994 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()