Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h136 OK_ObjCProperty, enumerator
/netbsd/external/apache2/llvm/dist/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()
2095 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2099 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.cpp1503 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr()
1519 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr()
1576 OK_ObjCProperty, MemberLoc, BaseExpr.get()); in LookupMemberExpr()
H A DSemaCast.cpp2236 case OK_ObjCProperty: inappropriate = "property expression"; break; in TryReinterpretCast()
H A DTreeTransform.h3556 VK_LValue, OK_ObjCProperty, in RebuildObjCPropertyRefExpr()
14491 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
14502 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
H A DSemaExprCXX.cpp4194 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
H A DSemaExpr.cpp14018 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp()
14207 OK_ObjCProperty) { in CreateBuiltinBinOp()
H A DSemaOverload.cpp13526 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp554 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DTextNodeDumper.cpp166 case OK_ObjCProperty: in Visit()
H A DExpr.cpp3808 E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()