Searched refs:ExpTy (Results 1 – 1 of 1) sorted by relevance
2383 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2384 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()2388 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2389 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()2422 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2423 if (ExpTy->isPointerType()) in setObjCGCLValueClass()2424 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2425 if (ExpTy->isRecordType()) in setObjCGCLValueClass()