Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2383 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2384 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() local
2423 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2424 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2425 if (ExpTy->isRecordType()) in setObjCGCLValueClass()