Lines Matching defs:subExpr
1103 const Expr *subExpr = E->getSubExpr();
1113 auto C = Emitter.tryEmitPrivateForMemory(subExpr, field->getType());
1143 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1146 LangAS srcAS = subExpr->getType()->getPointeeType().getAddressSpace();
1158 dyn_cast<CompoundLiteralExpr>(subExpr->IgnoreParens()))
1167 return Visit(subExpr, destType);
1170 if (const auto *S = dyn_cast<StringLiteral>(subExpr))
1174 if (Visit(subExpr, destType))
1182 return ProduceIntToIntCast(subExpr, destType);
1192 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());