Searched refs:ExpTy (Results 1 – 2 of 2) sorted by relevance
1852 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local1853 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()1857 ExpTy = ExpTy->getAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()1858 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()1891 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local1892 if (ExpTy->isPointerType()) in setObjCGCLValueClass()1893 ExpTy = ExpTy->getAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()1894 if (ExpTy->isRecordType()) in setObjCGCLValueClass()
2345 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2346 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()2350 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2351 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()2384 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local2385 if (ExpTy->isPointerType()) in setObjCGCLValueClass()2386 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()2387 if (ExpTy->isRecordType()) in setObjCGCLValueClass()