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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2197 QualType ExpTy = E->getType(); local
2198 if (IsMemberAccess && ExpTy->isPointerType()) {
2202 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType();
2203 if (ExpTy->isRecordType()) {
2236 QualType ExpTy = E->getType(); local
2237 if (ExpTy->isPointerType())
2238 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType();
2239 if (ExpTy
[all...]

Completed in 122 milliseconds