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