| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | variable.cc | 31 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()
|
| D | member_accessor_expression.cc | 28 const ast::MemberAccessorExpression* declaration, in MemberAccessorExpression() 36 const ast::MemberAccessorExpression* declaration, in StructMemberAccess() 44 Swizzle::Swizzle(const ast::MemberAccessorExpression* declaration, in Swizzle()
|
| D | if_statement.cc | 25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement() 32 ElseStatement::ElseStatement(const ast::ElseStatement* declaration, in ElseStatement()
|
| D | loop_statement.cc | 25 LoopStatement::LoopStatement(const ast::LoopStatement* declaration, in LoopStatement() 36 const ast::BlockStatement* declaration, in LoopContinuingBlockStatement()
|
| D | statement.cc | 29 Statement::Statement(const ast::Statement* declaration, in Statement() 40 CompoundStatement::CompoundStatement(const ast::Statement* declaration, in CompoundStatement()
|
| D | switch_statement.cc | 25 SwitchStatement::SwitchStatement(const ast::SwitchStatement* declaration, in SwitchStatement() 39 CaseStatement::CaseStatement(const ast::CaseStatement* declaration, in CaseStatement()
|
| /third_party/typescript/src/services/ |
| D | symbolDisplay.ts | 118 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
|
| D | navigateTo.ts | 14 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/ |
| D | errors-for-.d.ts-change.js | 48 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
|
| D | errors-for-.ts-change.js | 48 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/ |
| D | errors-for-.d.ts-change.js | 48 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
|
| D | errors-for-.ts-change.js | 48 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/ |
| D | errors-for-.d.ts-change.js | 48 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
|
| D | errors-for-.ts-change.js | 48 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
|
| D | errors-for-.d.ts-change-with-incremental.js | 48 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/ |
| D | SkSLFunctionPrototype.h | 24 FunctionPrototype(Position pos, const FunctionDeclaration* declaration) in FunctionPrototype() 28 const FunctionDeclaration& declaration() const { in declaration() function
|
| D | SkSLFunctionDefinition.h | 33 const FunctionDeclaration* declaration, in FunctionDefinition() 62 const FunctionDeclaration& declaration() const { in declaration() function
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/configFileErrors/ |
| D | reports-syntax-errors-in-config-file.js | 119 "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/ |
| D | builds-when-new-file-is-added,-and-its-subsequent-updates.js | 89 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 …]
|
| D | change-builds-changes-and-reports-found-errors-message.js | 89 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/ |
| D | SkSLFunctionPrototype.h | 26 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/ |
| D | shorthand-parser.js | 9 function transition (declaration) { argument 21 function margin (declaration) { argument
|
| /third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/ |
| D | with-noEmitOnError.js | 57 …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
|
| D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 79 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/ |
| D | change-builds-changes-and-reports-found-errors-message.js | 115 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 …]
|