Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2341 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2342 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()
2346 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2347 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()
2380 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2381 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2382 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2383 if (ExpTy->isRecordType()) in setObjCGCLValueClass()