Home | History | Annotate | Download | only in slang

Lines Matching refs:InitExpr

1126     clang::Expr *InitExpr) {
1129 if (!InitExpr) {
1154 CreateStructRSSetObject(C, RefRSVar, InitExpr, StartLoc, Loc);
1209 ArgList.push_back(InitExpr);
1282 clang::Expr **InitExpr) {
1283 slangAssert(VD && DT && InitExpr);
1309 *InitExpr = VD->getInit();
1311 if (!DataTypeIsRSObject && *InitExpr) {
1399 clang::Expr *InitExpr =
1401 InitExpr->setType(C.getConstantArrayType(FloatTy,
1406 InitExprVec.push_back(InitExpr);
1444 clang::Expr *InitExpr = NULL;
1445 if (InitializeRSObject(VD, &DT, &InitExpr)) {
1447 getCurrentScope()->AppendRSObjectInit(VD, DS, DT, InitExpr);