Searched refs:ExpTy (Results 1 – 1 of 1) sorted by relevance
2341 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2342 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()2346 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2347 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()2380 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2381 if (ExpTy->isPointerType()) in setObjCGCLValueClass()2382 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2383 if (ExpTy->isRecordType()) in setObjCGCLValueClass()