Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2426 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2427 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() local
2466 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2467 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2468 if (ExpTy->isRecordType()) in setObjCGCLValueClass()