Searched refs:CreateWhileStatement (Results 1 – 3 of 3) sorted by relevance
111 …static UScriptStatement* CreateWhileStatement(UScriptExpression *condition, UScriptStatementList *…
350 $$ = UScriptStatement::CreateWhileStatement($3, (UScriptStatementList*)$5);
117 UScriptStatement* UScriptStatement::CreateWhileStatement(UScriptExpression *condition, in CreateWhileStatement() function in Uscript::UScriptStatement