Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ConstructorArgs

3041   SmallVector<Expr*, 4> ConstructorArgs;
3042 ConstructorArgs.push_back(&SRC);
3043 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()),
3050 ConstructorArgs,