Home
last modified time | relevance | path

Searched refs:ExpTy (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExpr.cpp1738 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
1739 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()
1743 ExpTy = ExpTy->getAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
1744 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()
1777 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
1778 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
1779 ExpTy = ExpTy->getAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
1780 if (ExpTy->isRecordType()) in setObjCGCLValueClass()