Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1852 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
1853 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() local
1892 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
1893 ExpTy = ExpTy->getAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
1894 if (ExpTy->isRecordType()) in setObjCGCLValueClass()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2345 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2346 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() local
2385 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2386 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2387 if (ExpTy->isRecordType()) in setObjCGCLValueClass()