Searched defs:statement (Results 1 – 5 of 5) sorted by relevance
39 for (const statement of sourceFile.statements) { constant
144 for (const statement of statements) { constant
364 const statement: ts.Statement = node.body.statements[0]; constant1834 const statement: ts.Statement = ts.factory.createExpressionStatement(body); constant2137 statement: ts.Statement, property2455 const statement: ts.Statement = node.arguments[0].body.statements[i]; constant
52 function getImportDeclarationInfo(statement, symbol) { argument
27463 char *statement; member