Home | History | Annotate | Download | only in AST

Lines Matching full:subexprs

772   SubExprs[INIT] = init;
773 SubExprs[COND] = cond;
774 SubExprs[THEN] = then;
775 SubExprs[ELSE] = elsev;
779 if (!SubExprs[VAR])
782 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
788 SubExprs[VAR] = nullptr;
793 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
802 SubExprs[INIT] = Init;
804 SubExprs[COND] = Cond;
805 SubExprs[INC] = Inc;
806 SubExprs[BODY] = Body;
810 if (!SubExprs[CONDVAR])
813 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
819 SubExprs[CONDVAR] = nullptr;
824 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
832 SubExprs[INIT] = init;
833 SubExprs[COND] = cond;
834 SubExprs[BODY] = nullptr;
838 if (!SubExprs[VAR])
841 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
847 SubExprs[VAR] = nullptr;
852 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
866 SubExprs[COND] = cond;
867 SubExprs[BODY] = body;
872 if (!SubExprs[VAR])
875 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
881 SubExprs[VAR] = nullptr;
886 SubExprs[VAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),