Home | History | Annotate | Download | only in slang

Lines Matching defs:InitExpr

1144     clang::Expr *InitExpr) {
1147 if (!InitExpr) {
1172 CreateStructRSSetObject(C, RefRSVar, InitExpr, StartLoc, Loc);
1227 ArgList[1] = InitExpr;
1305 clang::Expr **InitExpr) {
1306 slangAssert(VD && DT && InitExpr);
1332 *InitExpr = VD->getInit();
1334 if (!DataTypeIsRSObject && *InitExpr) {
1418 clang::Expr *InitExpr =
1420 InitExpr->setType(C.getConstantArrayType(FloatTy,
1425 Res = new(C) clang::InitListExpr(C, Loc, &InitExpr, 1, Loc);
1462 clang::Expr *InitExpr = NULL;
1463 if (InitializeRSObject(VD, &DT, &InitExpr)) {
1465 getCurrentScope()->AppendRSObjectInit(VD, DS, DT, InitExpr);