Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp300 OpaqueValueExpr *InstanceBase; member in __anonc1820d4f0111::ObjCSubscriptOpBuilder
312 InstanceBase(nullptr), InstanceKey(nullptr), in ObjCSubscriptOpBuilder()
993 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) { in buildAssignmentOperation()
994 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS); in buildAssignmentOperation()
1003 assert(InstanceBase == nullptr); in rebuildAndCaptureObject()
1007 InstanceBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()
1011 ObjCSubscriptRefRebuilder(S, InstanceBase, in rebuildAndCaptureObject()
1368 QualType receiverType = InstanceBase->getType(); in buildGet()
1376 assert(InstanceBase); in buildGet()
1379 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet()
[all …]