Searched refs:ExpTy (Results 1 – 1 of 1) sorted by relevance
2426 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2427 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()2431 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2432 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()2465 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2466 if (ExpTy->isPointerType()) in setObjCGCLValueClass()2467 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2468 if (ExpTy->isRecordType()) in setObjCGCLValueClass()