Home | History | Annotate | Download | only in AST

Lines Matching refs:SubExprs

712   SubExprs[ELEM] = Elem;
713 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(Collect);
714 SubExprs[BODY] = Body;
795 SubExprs[RANGE] = Range;
796 SubExprs[BEGINEND] = BeginEndStmt;
797 SubExprs[COND] = reinterpret_cast<Stmt*>(Cond);
798 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
799 SubExprs[LOOPVAR] = LoopVar;
800 SubExprs[BODY] = Body;
829 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
830 SubExprs[THEN] = then;
831 SubExprs[ELSE] = elsev;
835 if (!SubExprs[VAR])
838 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
844 SubExprs[VAR] = 0;
849 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
858 SubExprs[INIT] = Init;
860 SubExprs[COND] = reinterpret_cast<Stmt*>(Cond);
861 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
862 SubExprs[BODY] = Body;
866 if (!SubExprs[CONDVAR])
869 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
875 SubExprs[CONDVAR] = 0;
880 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
888 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
889 SubExprs[BODY] = NULL;
893 if (!SubExprs[VAR])
896 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
902 SubExprs[VAR] = 0;
907 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
921 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
922 SubExprs[BODY] = body;
927 if (!SubExprs[VAR])
930 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
936 SubExprs[VAR] = 0;
941 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),