Home
last modified time | relevance | path

Searched defs:FunctionDeclaration (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/src/sksl/ir/
DSkSLFunctionDeclaration.h23 struct FunctionDeclaration : public Symbol { struct
24 FunctionDeclaration(int offset, Modifiers modifiers, StringFragment name, in FunctionDeclaration() argument
45 bool matches(const FunctionDeclaration& f) const { in matches() argument
71 bool determineFinalTypes(const std::vector<std::unique_ptr<Expression>>& arguments, in determineFinalTypes()
104 mutable bool fDefined;
105 bool fBuiltin;
106 Modifiers fModifiers;
107 const std::vector<const Variable*> fParameters;
108 const Type& fReturnType;
110 typedef Symbol INHERITED;
/third_party/node/tools/node_modules/eslint/lib/rules/
Drequire-jsdoc.js33 FunctionDeclaration: { property
65 FunctionDeclaration: true, property
Dno-lone-blocks.js117 ruleDef.FunctionDeclaration = function() { class in ruleDef
Dcomma-style.js59 FunctionDeclaration: true, property
278 nodes.FunctionDeclaration = function(node) { class in nodes
Dfunc-style.js52 FunctionDeclaration(node) { method
Dindent-legacy.js91 FunctionDeclaration: { property
193 FunctionDeclaration: { property
Dstrict.js253 FunctionDeclaration: enterFunction, property
Dindent.js565 FunctionDeclaration: { property
642 FunctionDeclaration: { property
/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/types/lib/retrievers/
DgetBindingIdentifiers.js86 FunctionDeclaration: ["id", "params"], property
/third_party/node/lib/internal/repl/
Dawait.js39 FunctionDeclaration(node, state, c) { method
/third_party/node/tools/node_modules/eslint/node_modules/espree/lib/
Dvisitor-keys.js70 FunctionDeclaration: ["id", "params", "body"], property
Dast-node-types.js42 FunctionDeclaration: "FunctionDeclaration", property
/third_party/node/tools/node_modules/eslint/node_modules/estraverse/
Destraverse.js106 FunctionDeclaration: 'FunctionDeclaration', property
181 FunctionDeclaration: ['id', 'params', 'body'], property
/third_party/node/tools/node_modules/eslint/node_modules/esrecurse/node_modules/estraverse/
Destraverse.js107 FunctionDeclaration: 'FunctionDeclaration', property
183 FunctionDeclaration: ['id', 'params', 'body'], property
/third_party/node/tools/node_modules/eslint/node_modules/esquery/node_modules/estraverse/
Destraverse.js106 FunctionDeclaration: 'FunctionDeclaration', property
181 FunctionDeclaration: ['id', 'params', 'body'], property
/third_party/node/tools/node_modules/eslint/node_modules/eslint-scope/lib/
Dreferencer.js556 FunctionDeclaration(node) { method in Referencer
/third_party/node/tools/node_modules/eslint/node_modules/eslint-visitor-keys/lib/
Dvisitor-keys.json109 "FunctionDeclaration": [ array
/third_party/node/tools/node_modules/babel-eslint/node_modules/eslint-visitor-keys/lib/
Dvisitor-keys.json108 "FunctionDeclaration": [ array
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.js274 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); }; class in base
/third_party/node/tools/node_modules/eslint/node_modules/esquery/dist/
Desquery.min.js1 …of define&&define.amd?define(t):(e=e||self).esquery=t()}(this,(function(){"use strict";function e(…
Desquery.esm.min.js1 …ypeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.proto… function
Desquery.esm.js206 FunctionDeclaration: 'FunctionDeclaration', property
284 FunctionDeclaration: ['id', 'params', 'body'], property
Desquery.js212 FunctionDeclaration: 'FunctionDeclaration', property
290 FunctionDeclaration: ['id', 'params', 'body'], property
/third_party/node/
D.eslintrc.js103 FunctionDeclaration: { parameters: 'first' }, property
/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/types/lib/builders/generated/
Dindex.js314 function FunctionDeclaration(...args) { class

12