Lines Matching defs:subExpr
1190 const Expr *subExpr = E->getSubExpr();
1200 auto C = Emitter.tryEmitPrivateForMemory(subExpr, field->getType());
1228 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1231 LangAS srcAS = subExpr->getType()->getPointeeType().getAddressSpace();
1243 dyn_cast<CompoundLiteralExpr>(subExpr->IgnoreParens()))
1252 return Visit(subExpr, destType);
1255 if (const auto *S = dyn_cast<StringLiteral>(subExpr))
1259 if (Visit(subExpr, destType))
1267 return ProduceIntToIntCast(subExpr, destType);
1277 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());