Home | History | Annotate | Download | only in slang

Lines Matching refs:InitListExpr

1383       Res = new(C) clang::InitListExpr(C, Loc, &CastToNull, 1, Loc);
1390 // (InitListExpr rs_matrix2x2
1391 // (InitListExpr float[4]
1419 new(C) clang::InitListExpr(C, Loc, InitVals, N * N, Loc);
1425 Res = new(C) clang::InitListExpr(C, Loc, &InitExpr, 1, Loc);