Home
last modified time | relevance | path

Searched defs:functionDeclaration (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsRestArgsWithThisTypeInJSDocFunction.js6 method(functionDeclaration) {} argument
20 Clazz.prototype.method = function (functionDeclaration) { }; argument
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts22 …const functionDeclaration = getFunctionDeclarationAtPosition(file, startPosition, context.program.… constant
35 …const functionDeclaration = getFunctionDeclarationAtPosition(file, startPosition, program.getTypeC… constant
326 const functionDeclaration = getContainingFunctionDeclaration(node); constant
/third_party/typescript/src/services/
Dbreakpoints.ts425 const functionDeclaration = <FunctionLikeDeclaration>parameter.parent; constant
DsymbolDisplay.ts273 const functionDeclaration = <SignatureDeclaration>location.parent; constant
Dservices.ts741 const functionDeclaration = <FunctionLikeDeclaration>node; constant
/third_party/node/lib/internal/repl/
Dutils.js341 functionDeclaration: `(v) => util.inspect(v, ${inspectOptions})`, property
/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts405 …const functionDeclaration = createSignatureDeclarationFromCallExpression(SyntaxKind.FunctionDeclar… constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts2986 functionDeclaration: Statement; property
3034 const functionDeclaration = factory.createVariableStatement( constant
3177 const functionDeclaration = constant
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp348 String PipelineStageCodeGenerator::functionDeclaration(const FunctionDeclaration& decl) { in functionDeclaration() function in SkSL::PipelineStage::PipelineStageCodeGenerator
/third_party/typescript/lib/
DtypescriptServices.js148045 … function doChange(sourceFile, program, host, changes, functionDeclaration, groupedReferences) { argument
148071 function getGroupedReferences(functionDeclaration, program, cancellationToken) { argument
148305 function isValidFunctionDeclaration(functionDeclaration, checker) { argument
148332 function isSingleImplementation(functionDeclaration, checker) { argument
148378 function createNewArgument(functionDeclaration, functionArguments) { argument
148399 function createNewParameters(functionDeclaration, program, host) { argument
148494 function getFunctionNames(functionDeclaration) { argument
151669 function canFunctionHaveSpanInWholeDeclaration(functionDeclaration) { argument
151673 function spanInFunctionDeclaration(functionDeclaration) { argument
Dtypescript.js148045 … function doChange(sourceFile, program, host, changes, functionDeclaration, groupedReferences) { argument
148071 function getGroupedReferences(functionDeclaration, program, cancellationToken) { argument
148305 function isValidFunctionDeclaration(functionDeclaration, checker) { argument
148332 function isSingleImplementation(functionDeclaration, checker) { argument
148378 function createNewArgument(functionDeclaration, functionArguments) { argument
148399 function createNewParameters(functionDeclaration, program, host) { argument
148494 function getFunctionNames(functionDeclaration) { argument
151669 function canFunctionHaveSpanInWholeDeclaration(functionDeclaration) { argument
151673 function spanInFunctionDeclaration(functionDeclaration) { argument
Dtsserver.js147476 … function doChange(sourceFile, program, host, changes, functionDeclaration, groupedReferences) { argument
147502 function getGroupedReferences(functionDeclaration, program, cancellationToken) { argument
147736 function isValidFunctionDeclaration(functionDeclaration, checker) { argument
147763 function isSingleImplementation(functionDeclaration, checker) { argument
147809 function createNewArgument(functionDeclaration, functionArguments) { argument
147830 function createNewParameters(functionDeclaration, program, host) { argument
147925 function getFunctionNames(functionDeclaration) { argument
151100 function canFunctionHaveSpanInWholeDeclaration(functionDeclaration) { argument
151104 function spanInFunctionDeclaration(functionDeclaration) { argument
Dtsserverlibrary.js148045 … function doChange(sourceFile, program, host, changes, functionDeclaration, groupedReferences) { argument
148071 function getGroupedReferences(functionDeclaration, program, cancellationToken) { argument
148305 function isValidFunctionDeclaration(functionDeclaration, checker) { argument
148332 function isSingleImplementation(functionDeclaration, checker) { argument
148378 function createNewArgument(functionDeclaration, functionArguments) { argument
148399 function createNewParameters(functionDeclaration, program, host) { argument
148494 function getFunctionNames(functionDeclaration) { argument
151669 function canFunctionHaveSpanInWholeDeclaration(functionDeclaration) { argument
151673 function spanInFunctionDeclaration(functionDeclaration) { argument