Home
last modified time | relevance | path

Searched defs:declaration (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.cc31 Variable::Variable(const ast::Variable* declaration, in Variable()
44 LocalVariable::LocalVariable(const ast::Variable* declaration, in LocalVariable()
55 GlobalVariable::GlobalVariable(const ast::Variable* declaration, in GlobalVariable()
66 Parameter::Parameter(const ast::Variable* declaration, in Parameter()
78 VariableUser::VariableUser(const ast::IdentifierExpression* declaration, in VariableUser()
Dmember_accessor_expression.cc28 const ast::MemberAccessorExpression* declaration, in MemberAccessorExpression()
36 const ast::MemberAccessorExpression* declaration, in StructMemberAccess()
44 Swizzle::Swizzle(const ast::MemberAccessorExpression* declaration, in Swizzle()
Dif_statement.cc25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement()
32 ElseStatement::ElseStatement(const ast::ElseStatement* declaration, in ElseStatement()
Dloop_statement.cc25 LoopStatement::LoopStatement(const ast::LoopStatement* declaration, in LoopStatement()
36 const ast::BlockStatement* declaration, in LoopContinuingBlockStatement()
Dstatement.cc29 Statement::Statement(const ast::Statement* declaration, in Statement()
40 CompoundStatement::CompoundStatement(const ast::Statement* declaration, in CompoundStatement()
Dswitch_statement.cc25 SwitchStatement::SwitchStatement(const ast::SwitchStatement* declaration, in SwitchStatement()
39 CaseStatement::CaseStatement(const ast::CaseStatement* declaration, in CaseStatement()
/third_party/typescript/src/services/
DsymbolDisplay.ts118 const [declaration, ...declarations] = symbol.declarations; constant
184 …const declaration = find(symbol.declarations as ((GetAccessorDeclaration | SetAccessorDeclaration … constant
384 … const declaration = getDeclarationOfKind<ModuleDeclaration>(symbol, SyntaxKind.ModuleDeclaration); constant
407 const declaration = decl.parent; constant
438 const declaration = symbol.declarations?.[0]; constant
599 for (const declaration of symbol.declarations) { constant
619 const declaration = symbol.valueDeclaration; constant
DnavigateTo.ts14 readonly declaration: Declaration; property
48 for (const declaration of declarations) { constant
127 const declaration = rawItem.declaration; constant
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/
Derrors-for-.d.ts-change.js48 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
129 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
192 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
260 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
Derrors-for-.ts-change.js48 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
167 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
249 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
336 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/
Derrors-for-.d.ts-change.js48 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
129 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
192 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
260 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
Derrors-for-.ts-change.js48 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
167 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
248 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
334 Program options: {"watch":true,"isolatedModules":true,"declaration":true,"configFilePath":"/user/us… property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/
Derrors-for-.d.ts-change.js48 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
124 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
184 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
244 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
Derrors-for-.ts-change.js48 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
162 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
241 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
320 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
Derrors-for-.d.ts-change-with-incremental.js48 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
105 … {};\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true},"fileIds… property
145 "declaration": true property
191 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
232 … {};\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true},"fileIds… property
272 "declaration": true property
318 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
359 … {};\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true},"fileIds… property
399 "declaration": true property
445 Program options: {"watch":true,"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,… property
[all …]
/third_party/skia/m133/src/sksl/ir/
DSkSLFunctionPrototype.h24 FunctionPrototype(Position pos, const FunctionDeclaration* declaration) in FunctionPrototype()
28 const FunctionDeclaration& declaration() const { in declaration() function
DSkSLFunctionDefinition.h33 const FunctionDeclaration* declaration, in FunctionDefinition()
62 const FunctionDeclaration& declaration() const { in declaration() function
/third_party/typescript/tests/baselines/reference/tsbuildWatch/configFileErrors/
Dreports-syntax-errors-in-config-file.js119 "declaration": true, property
142 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
189 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
234 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
264 {"compilerOptions":{"composite":true,"declaration":true},"files":["a.ts","b.ts"]} property
276 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
308 …export declare function bar(): void;\n"}],"options":{"composite":true,"declaration":true},"referen… property
335 "declaration": true property
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/
Dbuilds-when-new-file-is-added,-and-its-subsequent-updates.js89 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
107 Program options: {"composite":true,"declaration":true,"sourceMap":true,"forceConsistentCasingInFile… property
128 Program options: {"composite":true,"declaration":true,"forceConsistentCasingInFileNames":true,"skip… property
206 …tiply(a: number, b: number): number;\n"}],"options":{"composite":true,"declaration":true},"referen… property
233 "declaration": true property
271 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
312 "declaration": true, property
357 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
404 "declaration": true, property
453 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
[all …]
Dchange-builds-changes-and-reports-found-errors-message.js89 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
107 Program options: {"composite":true,"declaration":true,"sourceMap":true,"forceConsistentCasingInFile… property
128 Program options: {"composite":true,"declaration":true,"forceConsistentCasingInFileNames":true,"skip… property
206 …tiply(a: number, b: number): number;\n"}],"options":{"composite":true,"declaration":true},"referen… property
233 "declaration": true property
271 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
312 "declaration": true, property
357 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
404 "declaration": true, property
457 Program options: {"composite":true,"declaration":true,"watch":true,"configFilePath":"/user/username… property
[all …]
/third_party/skia/src/sksl/ir/
DSkSLFunctionPrototype.h26 FunctionPrototype(int line, const FunctionDeclaration* declaration, bool builtin) in FunctionPrototype()
31 const FunctionDeclaration& declaration() const { in declaration() function
/third_party/weex-loader/deps/weex-styler/lib/
Dshorthand-parser.js9 function transition (declaration) { argument
21 function margin (declaration) { argument
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
Dwith-noEmitOnError.js57 …e/projects/noEmitOnError/dev-build","noEmitOnError":true,"watch":true,"declaration":true,"configFi… property
149 …e/projects/noEmitOnError/dev-build","noEmitOnError":true,"watch":true,"declaration":true,"configFi… property
241 …e/projects/noEmitOnError/dev-build","noEmitOnError":true,"watch":true,"declaration":true,"configFi… property
325 …e/projects/noEmitOnError/dev-build","noEmitOnError":true,"watch":true,"declaration":true,"configFi… property
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js79 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
225 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
329 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
417 Program options: {"watch":true,"declaration":true,"configFilePath":"/user/username/projects/myproje… property
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/
Dchange-builds-changes-and-reports-found-errors-message.js115 Program options: {"composite":true,"declaration":true,"declarationMap":true,"skipDefaultLibCheck":t… property
133 Program options: {"composite":true,"declaration":true,"sourceMap":true,"forceConsistentCasingInFile… property
154 Program options: {"composite":true,"declaration":true,"forceConsistentCasingInFileNames":true,"skip… property
238 …tiply(a: number, b: number): number;\n"}],"options":{"composite":true,"declaration":true,"declarat… property
265 "declaration": true, property
305 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
346 "declaration": true, property
391 …nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefa… property
438 "declaration": true, property
491 Program options: {"composite":true,"declaration":true,"declarationMap":true,"skipDefaultLibCheck":t… property
[all …]

12345678910>>...42