Searched refs:functionDecl (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/cases/fourslash/ |
| D | renameDeclarationKeywords.ts | 64 functionDecl, constant
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/ |
| D | parser.go | 69 out.Functions = append(out.Functions, p.functionDecl(decorations)) 156 func (p *parser) functionDecl(decos ast.Decorations) ast.FunctionDecl { func
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 27251 …function getContextualIterationType(kind: IterationTypeKind, functionDecl: SignatureDeclaration): … 27252 const isAsync = !!(getFunctionFlags(functionDecl) & FunctionFlags.Async); 27253 … const contextualReturnType = getContextualReturnType(functionDecl, /*contextFlags*/ undefined); 27262 …function getContextualReturnType(functionDecl: SignatureDeclaration, contextFlags: ContextFlags | … 27265 const returnType = getReturnTypeFromAnnotation(functionDecl); 27271 …const signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl as FunctionExpress… 27275 const iife = getImmediatelyInvokedFunctionExpression(functionDecl);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 75689 function getContextualIterationType(kind, functionDecl) { argument 75690 var isAsync = !!(ts.getFunctionFlags(functionDecl) & 2 /* FunctionFlags.Async */); 75691 … var contextualReturnType = getContextualReturnType(functionDecl, /*contextFlags*/ undefined); 75698 function getContextualReturnType(functionDecl, contextFlags) { argument 75701 var returnType = getReturnTypeFromAnnotation(functionDecl); 75707 var signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl); 75711 var iife = ts.getImmediatelyInvokedFunctionExpression(functionDecl);
|
| D | tsc.js | 63456 function getContextualIterationType(kind, functionDecl) { argument 63457 var isAsync = !!(ts.getFunctionFlags(functionDecl) & 2); 63458 var contextualReturnType = getContextualReturnType(functionDecl, undefined); 63465 function getContextualReturnType(functionDecl, contextFlags) { argument 63466 var returnType = getReturnTypeFromAnnotation(functionDecl); 63470 var signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl); 63474 var iife = ts.getImmediatelyInvokedFunctionExpression(functionDecl);
|