Searched defs:InstanceBase (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp300 OpaqueValueExpr *InstanceBase; member in class:__anon18092::ObjCSubscriptOpBuilder
312 InstanceBase(nullptr), InstanceKey(nullptr),
986 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) {
987 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
996 assert(InstanceBase == nullptr);
1000 InstanceBase = capture(RefExpr->getBaseExpr());
1004 ObjCSubscriptRefRebuilder(S, InstanceBase,
1360 QualType receiverType = InstanceBase->getType();
1368 assert(InstanceBase);
1371 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverTyp
[all...]

Completed in 81 milliseconds