Home | History | Annotate | Download | only in AST

Lines Matching refs:SubExprs

764   SubExprs[COND] = cond;
765 SubExprs[THEN] = then;
766 SubExprs[ELSE] = elsev;
770 if (!SubExprs[VAR])
773 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
779 SubExprs[VAR] = nullptr;
784 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
793 SubExprs[INIT] = Init;
795 SubExprs[COND] = Cond;
796 SubExprs[INC] = Inc;
797 SubExprs[BODY] = Body;
801 if (!SubExprs[CONDVAR])
804 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
810 SubExprs[CONDVAR] = nullptr;
815 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
822 SubExprs[COND] = cond;
823 SubExprs[BODY] = nullptr;
827 if (!SubExprs[VAR])
830 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
836 SubExprs[VAR] = nullptr;
841 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
855 SubExprs[COND] = cond;
856 SubExprs[BODY] = body;
861 if (!SubExprs[VAR])
864 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
870 SubExprs[VAR] = nullptr;
875 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),