Home
last modified time | relevance | path

Searched refs:Identifier (Results 1 – 25 of 1899) sorted by relevance

12345678910>>...76

/third_party/libabigail/relicensing-scripts/
Dfile-licenses.orig.txt4 # find . -type f -exec grep -n "SPDX-License-Identifier:" {} /dev/null \; | grep LGPL-3.0-or-later
6 ./bash-completion/Makefile.am:1:## SPDX-License-Identifier: LGPL-3.0-or-later
7 ./bash-completion/abicompat:1:# SPDX-License-Identifier: LGPL-3.0-or-later
8 ./bash-completion/abidiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later
9 ./bash-completion/abidw:1:# SPDX-License-Identifier: LGPL-3.0-or-later
10 ./bash-completion/abilint:1:# SPDX-License-Identifier: LGPL-3.0-or-later
11 ./bash-completion/abinilint:1:# SPDX-License-Identifier: LGPL-3.0-or-later
12 ./bash-completion/abipkgdiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later
13 ./bash-completion/abisym:1:# SPDX-License-Identifier: LGPL-3.0-or-later
14 ./bash-completion/fedabipkgdiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later
[all …]
/third_party/typescript/tests/baselines/reference/
DstrictModeReservedWord.errors.txt2 tests/cases/compiler/strictModeReservedWord.ts(5,9): error TS1212: Identifier expected. 'public' is…
3 tests/cases/compiler/strictModeReservedWord.ts(6,9): error TS1212: Identifier expected. 'static' is…
4 tests/cases/compiler/strictModeReservedWord.ts(7,9): error TS1212: Identifier expected. 'let' is a …
6 tests/cases/compiler/strictModeReservedWord.ts(8,9): error TS1212: Identifier expected. 'package' i…
8 tests/cases/compiler/strictModeReservedWord.ts(9,14): error TS1212: Identifier expected. 'package' …
10 tests/cases/compiler/strictModeReservedWord.ts(10,18): error TS1212: Identifier expected. 'private'…
11 tests/cases/compiler/strictModeReservedWord.ts(10,27): error TS1212: Identifier expected. 'implemen…
12 tests/cases/compiler/strictModeReservedWord.ts(10,39): error TS1212: Identifier expected. 'let' is …
13 tests/cases/compiler/strictModeReservedWord.ts(11,18): error TS1212: Identifier expected. 'implemen…
14 tests/cases/compiler/strictModeReservedWord.ts(11,30): error TS1212: Identifier expected. 'protecte…
[all …]
DstrictModeReservedWordInClassDeclaration.errors.txt1 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(4,17): error TS1213: Identifier ex…
2 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(4,26): error TS1213: Identifier ex…
3 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(4,34): error TS1213: Identifier ex…
4 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(5,9): error TS1213: Identifier exp…
5 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(5,19): error TS1213: Identifier ex…
6 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(5,28): error TS1213: Identifier ex…
7 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(7,22): error TS1213: Identifier ex…
8 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(11,24): error TS1213: Identifier e…
9 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(11,32): error TS1213: Identifier e…
10 tests/cases/compiler/strictModeReservedWordInClassDeclaration.ts(13,10): error TS1213: Identifier e…
[all …]
DstrictModeReservedWordInDestructuring.errors.txt1 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(2,6): error TS1212: Identifier expect…
2 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(3,10): error TS1212: Identifier expec…
3 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(4,7): error TS1212: Identifier expect…
4 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(5,15): error TS1212: Identifier expec…
5 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(5,38): error TS1212: Identifier expec…
6 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(6,7): error TS1212: Identifier expect…
7 tests/cases/compiler/strictModeReservedWordInDestructuring.ts(6,15): error TS1212: Identifier expec…
14 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
17 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
20 !!! error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
[all …]
DstrictModeReservedWord2.errors.txt1 tests/cases/compiler/strictModeReservedWord2.ts(2,11): error TS1212: Identifier expected. 'public' …
2 tests/cases/compiler/strictModeReservedWord2.ts(3,11): error TS1212: Identifier expected. 'implemen…
3 tests/cases/compiler/strictModeReservedWord2.ts(4,9): error TS1212: Identifier expected. 'package' …
4 tests/cases/compiler/strictModeReservedWord2.ts(4,18): error TS1212: Identifier expected. 'protecte…
5 tests/cases/compiler/strictModeReservedWord2.ts(6,6): error TS1212: Identifier expected. 'package' …
6 tests/cases/compiler/strictModeReservedWord2.ts(13,12): error TS1212: Identifier expected. 'private…
13 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
16 !!! error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
19 !!! error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
21 !!! error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
[all …]
DstrictModeReservedWordInModuleDeclaration.errors.txt1 tests/cases/compiler/strictModeReservedWordInModuleDeclaration.ts(2,8): error TS1212: Identifier ex…
2 tests/cases/compiler/strictModeReservedWordInModuleDeclaration.ts(3,8): error TS1212: Identifier ex…
3 tests/cases/compiler/strictModeReservedWordInModuleDeclaration.ts(4,8): error TS1212: Identifier ex…
4 tests/cases/compiler/strictModeReservedWordInModuleDeclaration.ts(6,8): error TS1212: Identifier ex…
5 tests/cases/compiler/strictModeReservedWordInModuleDeclaration.ts(6,16): error TS1212: Identifier e…
12 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
15 !!! error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
18 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
22 !!! error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
24 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
DinvalidTypeOfTarget.errors.txt1 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(1,16): error TS1003: Identifier expected.
2 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(2,16): error TS1003: Identifier expected.
4 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(3,16): error TS1003: Identifier expected.
5 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(4,16): error TS1003: Identifier expected.
6 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(5,16): error TS1003: Identifier expected.
12 …/types/specifyingTypes/typeQueries/invalidTypeOfTarget.ts(8,16): error TS1003: Identifier expected.
18 !!! error TS1003: Identifier expected.
21 !!! error TS1003: Identifier expected.
26 !!! error TS1003: Identifier expected.
29 !!! error TS1003: Identifier expected.
[all …]
DasyncOrYieldAsBindingIdentifier1.errors.txt1 …nDeclarations/asyncOrYieldAsBindingIdentifier1.ts(14,9): error TS1359: Identifier expected. 'await…
2 …nDeclarations/asyncOrYieldAsBindingIdentifier1.ts(18,9): error TS1359: Identifier expected. 'await…
3 …Declarations/asyncOrYieldAsBindingIdentifier1.ts(22,11): error TS1359: Identifier expected. 'await…
4 …nDeclarations/asyncOrYieldAsBindingIdentifier1.ts(38,9): error TS1359: Identifier expected. 'yield…
5 …nDeclarations/asyncOrYieldAsBindingIdentifier1.ts(42,9): error TS1359: Identifier expected. 'yield…
6 …Declarations/asyncOrYieldAsBindingIdentifier1.ts(46,11): error TS1359: Identifier expected. 'yield…
25 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
31 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
37 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
55 !!! error TS1359: Identifier expected. 'yield' is a reserved word that cannot be used here.
[all …]
DjsxNamespacePrefixInNameReact.errors.txt1 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(9,32): error TS1003: Identifier expected.
2 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(10,32): error TS1003: Identifier expected.
6 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(11,32): error TS1003: Identifier expected.
10 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(12,32): error TS1003: Identifier expected.
14 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(13,32): error TS1003: Identifier expected.
18 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(23,21): error TS1003: Identifier expected.
19 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,26): error TS1003: Identifier expected.
20 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,27): error TS1003: Identifier expected.
30 tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,24): error TS1003: Identifier expected.
44 !!! error TS1003: Identifier expected.
[all …]
DjsxNamespacePrefixInName.errors.txt1 tests/cases/compiler/jsxNamespacePrefixInName.tsx(7,32): error TS1003: Identifier expected.
2 tests/cases/compiler/jsxNamespacePrefixInName.tsx(8,32): error TS1003: Identifier expected.
6 tests/cases/compiler/jsxNamespacePrefixInName.tsx(9,32): error TS1003: Identifier expected.
10 tests/cases/compiler/jsxNamespacePrefixInName.tsx(10,32): error TS1003: Identifier expected.
14 tests/cases/compiler/jsxNamespacePrefixInName.tsx(11,32): error TS1003: Identifier expected.
18 tests/cases/compiler/jsxNamespacePrefixInName.tsx(21,21): error TS1003: Identifier expected.
19 tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,26): error TS1003: Identifier expected.
20 tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,27): error TS1003: Identifier expected.
30 tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,24): error TS1003: Identifier expected.
42 !!! error TS1003: Identifier expected.
[all …]
DjsxUnclosedParserRecovery.errors.txt1 tests/cases/conformance/jsx/jsxParserRecovery.tsx(12,1): error TS1003: Identifier expected.
2 tests/cases/conformance/jsx/jsxParserRecovery.tsx(16,1): error TS1003: Identifier expected.
4 tests/cases/conformance/jsx/jsxParserRecovery.tsx(20,1): error TS1003: Identifier expected.
5 tests/cases/conformance/jsx/jsxParserRecovery.tsx(24,1): error TS1003: Identifier expected.
7 tests/cases/conformance/jsx/jsxParserRecovery.tsx(28,1): error TS1003: Identifier expected.
14 tests/cases/conformance/jsx/jsxParserRecovery.tsx(49,5): error TS1003: Identifier expected.
21 tests/cases/conformance/jsx/jsxParserRecovery.tsx(59,5): error TS1003: Identifier expected.
22 tests/cases/conformance/jsx/jsxParserRecovery.tsx(64,5): error TS1003: Identifier expected.
24 tests/cases/conformance/jsx/jsxParserRecovery.tsx(69,5): error TS1003: Identifier expected.
32 tests/cases/conformance/jsx/jsxParserRecovery.tsx(96,1): error TS1003: Identifier expected.
[all …]
DclassStaticBlock22(target=es2022).errors.txt1 …nce/classes/classStaticBlock/classStaticBlock22.ts(4,9): error TS1359: Identifier expected. 'await…
2 …ce/classes/classStaticBlock/classStaticBlock22.ts(7,11): error TS1359: Identifier expected. 'await…
3 …ce/classes/classStaticBlock/classStaticBlock22.ts(13,9): error TS1359: Identifier expected. 'await…
4 …e/classes/classStaticBlock/classStaticBlock22.ts(16,14): error TS1359: Identifier expected. 'await…
5 …e/classes/classStaticBlock/classStaticBlock22.ts(19,11): error TS1359: Identifier expected. 'await…
6 …e/classes/classStaticBlock/classStaticBlock22.ts(29,15): error TS1359: Identifier expected. 'await…
7 …e/classes/classStaticBlock/classStaticBlock22.ts(32,12): error TS1359: Identifier expected. 'await…
16 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
21 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
29 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
[all …]
DclassStaticBlock22(target=esnext).errors.txt1 …nce/classes/classStaticBlock/classStaticBlock22.ts(4,9): error TS1359: Identifier expected. 'await…
2 …ce/classes/classStaticBlock/classStaticBlock22.ts(7,11): error TS1359: Identifier expected. 'await…
3 …ce/classes/classStaticBlock/classStaticBlock22.ts(13,9): error TS1359: Identifier expected. 'await…
4 …e/classes/classStaticBlock/classStaticBlock22.ts(16,14): error TS1359: Identifier expected. 'await…
5 …e/classes/classStaticBlock/classStaticBlock22.ts(19,11): error TS1359: Identifier expected. 'await…
6 …e/classes/classStaticBlock/classStaticBlock22.ts(29,15): error TS1359: Identifier expected. 'await…
7 …e/classes/classStaticBlock/classStaticBlock22.ts(32,12): error TS1359: Identifier expected. 'await…
16 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
21 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
29 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
[all …]
DexportDefaultAsyncFunction2.errors.txt1 tests/cases/compiler/a.ts(1,17): error TS1262: Identifier expected. 'await' is a reserved word at t…
2 tests/cases/compiler/asyncawait.ts(2,17): error TS1262: Identifier expected. 'await' is a reserved …
3 tests/cases/compiler/c.ts(1,17): error TS1262: Identifier expected. 'await' is a reserved word at t…
4 tests/cases/compiler/d.ts(1,17): error TS1262: Identifier expected. 'await' is a reserved word at t…
5 tests/cases/compiler/e.ts(1,17): error TS1262: Identifier expected. 'await' is a reserved word at t…
12 !!! error TS1262: Identifier expected. 'await' is a reserved word at the top-level of a module.
17 !!! error TS1262: Identifier expected. 'await' is a reserved word at the top-level of a module.
26 !!! error TS1262: Identifier expected. 'await' is a reserved word at the top-level of a module.
32 !!! error TS1262: Identifier expected. 'await' is a reserved word at the top-level of a module.
39 !!! error TS1262: Identifier expected. 'await' is a reserved word at the top-level of a module.
Dparser.asyncGenerators.functionExpressions.es2018.errors.txt3 …cmascript2018/asyncGenerators/awaitNameIsError.ts(1,29): error TS1359: Identifier expected. 'await…
4 …ript2018/asyncGenerators/awaitParameterIsError.ts(1,30): error TS1359: Identifier expected. 'await…
5 …ors/nestedFunctionDeclarationNamedAwaitIsError.ts(2,14): error TS1359: Identifier expected. 'await…
6 …ors/nestedFunctionDeclarationNamedYieldIsError.ts(2,14): error TS1359: Identifier expected. 'yield…
7 …tors/nestedFunctionExpressionNamedAwaitIsError.ts(2,24): error TS1359: Identifier expected. 'await…
8 …tors/nestedFunctionExpressionNamedYieldIsError.ts(2,24): error TS1359: Identifier expected. 'yield…
10 …cmascript2018/asyncGenerators/yieldNameIsError.ts(1,29): error TS1359: Identifier expected. 'yield…
11 …ript2018/asyncGenerators/yieldParameterIsError.ts(1,30): error TS1359: Identifier expected. 'yield…
21 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
26 !!! error TS1359: Identifier expected. 'yield' is a reserved word that cannot be used here.
[all …]
DconvertKeywordsYes.errors.txt2 tests/cases/compiler/convertKeywordsYes.ts(292,11): error TS1213: Identifier expected. 'implements'…
3 tests/cases/compiler/convertKeywordsYes.ts(293,11): error TS1213: Identifier expected. 'interface' …
4 tests/cases/compiler/convertKeywordsYes.ts(294,11): error TS1213: Identifier expected. 'let' is a r…
5 tests/cases/compiler/convertKeywordsYes.ts(296,11): error TS1213: Identifier expected. 'package' is…
6 tests/cases/compiler/convertKeywordsYes.ts(297,11): error TS1213: Identifier expected. 'private' is…
7 tests/cases/compiler/convertKeywordsYes.ts(298,11): error TS1213: Identifier expected. 'protected' …
8 tests/cases/compiler/convertKeywordsYes.ts(299,11): error TS1213: Identifier expected. 'public' is …
9 tests/cases/compiler/convertKeywordsYes.ts(301,11): error TS1213: Identifier expected. 'static' is …
10 tests/cases/compiler/convertKeywordsYes.ts(303,11): error TS1213: Identifier expected. 'yield' is a…
309 !!! error TS1213: Identifier expected. 'implements' is a reserved word in strict mode. Class defini…
[all …]
Dparser.asyncGenerators.classMethods.es2018.errors.txt6 …ript2018/asyncGenerators/awaitParameterIsError.ts(2,15): error TS1359: Identifier expected. 'await…
7 …ors/nestedFunctionDeclarationNamedAwaitIsError.ts(3,18): error TS1359: Identifier expected. 'await…
8 …ors/nestedFunctionDeclarationNamedYieldIsError.ts(3,18): error TS1213: Identifier expected. 'yield…
9 …tors/nestedFunctionExpressionNamedAwaitIsError.ts(3,28): error TS1359: Identifier expected. 'await…
10 …tors/nestedFunctionExpressionNamedYieldIsError.ts(3,28): error TS1213: Identifier expected. 'yield…
11 …t2018/asyncGenerators/yieldAsTypeIsStrictError.ts(4,16): error TS1213: Identifier expected. 'yield…
12 …Generators/yieldInClassComputedPropertyIsError.ts(2,14): error TS1213: Identifier expected. 'yield…
15 …ript2018/asyncGenerators/yieldParameterIsError.ts(2,15): error TS1213: Identifier expected. 'yield…
38 !!! error TS1359: Identifier expected. 'await' is a reserved word that cannot be used here.
45 !!! error TS1213: Identifier expected. 'yield' is a reserved word in strict mode. Class definitions…
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec23 Identifier = "xcode.lang.gyp.keyword";
36 Identifier = "xcode.lang.gyp.target.declarator";
46 Identifier = "xcode.lang.gyp.string.singlequote";
59 Identifier = "xcode.lang.gyp.comma";
67 Identifier = "xcode.lang.gyp";
83 Identifier = "xcode.lang.gyp.lexer";
97 Identifier = "xcode.lang.gyp.lexer.toplevel";
106 Identifier = "xcode.lang.gyp.assignment";
119 Identifier = "xcode.lang.gyp.target.declaration";
131 Identifier = "xcode.lang.gyp.target.name";
[all …]
/third_party/node/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec23 Identifier = "xcode.lang.gyp.keyword";
36 Identifier = "xcode.lang.gyp.target.declarator";
46 Identifier = "xcode.lang.gyp.string.singlequote";
59 Identifier = "xcode.lang.gyp.comma";
67 Identifier = "xcode.lang.gyp";
83 Identifier = "xcode.lang.gyp.lexer";
97 Identifier = "xcode.lang.gyp.lexer.toplevel";
106 Identifier = "xcode.lang.gyp.assignment";
119 Identifier = "xcode.lang.gyp.target.declaration";
131 Identifier = "xcode.lang.gyp.target.name";
[all …]
/third_party/node/deps/v8/src/torque/
Dast.h98 V(Identifier) \
252 struct Identifier : AstNode { struct
253 DEFINE_AST_NODE_LEAF_BOILERPLATE(Identifier)
254 Identifier(SourcePosition pos, std::string identifier) in Identifier() function
259 inline std::ostream& operator<<(std::ostream& os, Identifier* id) { argument
264 bool operator()(const Identifier* a, const Identifier* b) { in operator()
273 Identifier* name, std::vector<TypeExpression*> args = {})
278 IdentifierExpression(SourcePosition pos, Identifier* name,
288 Identifier* name;
294 IntrinsicCallExpression(SourcePosition pos, Identifier* name, in IntrinsicCallExpression()
[all …]
Dtorque-parser.cc35 base::Optional<Identifier*> name;
41 Identifier* name;
123 V8_EXPORT_PRIVATE const ParseResultTypeId ParseResultHolder<Identifier*>::id =
127 ParseResultHolder<base::Optional<Identifier*>>::id =
268 ParseResultHolder<std::vector<Identifier*>>::id =
304 void NamingConventionError(const std::string& type, const Identifier* name, in NamingConventionError()
344 MakeNode<Identifier>(CONSTEXPR_TYPE_PREFIX + basic->name->value), in AddConstexpr()
352 std::vector<Identifier*> labels; in MakeCall()
370 auto label_id = MakeNode<Identifier>(label_name); in MakeCall()
394 Expression* MakeCall(Identifier* callee, in MakeCall()
[all …]
/third_party/typescript/src/deprecatedCompat/4.7/
DtypeParameterModifiers.ts9 …createTypeParameterDeclaration(name: string | Identifier, constraint?: TypeNode, defaultType?: Typ…
12 …updateTypeParameterDeclaration(node: TypeParameterDeclaration, name: Identifier, constraint: TypeN…
23 …0(modifiers: readonly Modifier[] | undefined, name: string | Identifier, constraint?: TypeNode, de…
27 …1(name: string | Identifier, constraint?: TypeNode, defaultType?: TypeNode): TypeParameterDeclarat…
45 …arameterDeclaration, modifiers: readonly Modifier[] | undefined, name: Identifier, constraint: Typ…
49 …1(node: TypeParameterDeclaration, name: Identifier, constraint: TypeNode | undefined, defaultType:…
/third_party/typescript/lib/
Dtypescript.d.ts187 Identifier = 79, enumerator
511 …taxKind | PseudoLiteralSyntaxKind | PunctuationSyntaxKind | SyntaxKind.Identifier | KeywordSyntaxK…
513 …EqualsToken | SyntaxKind.CommaToken | SyntaxKind.DotToken | SyntaxKind.Identifier | SyntaxKind.Bac…
673 export interface Identifier extends PrimaryExpression, Declaration { interface
674 readonly kind: SyntaxKind.Identifier;
683 export interface TransientIdentifier extends Identifier {
689 readonly right: Identifier;
691 export type EntityName = Identifier | QualifiedName;
692 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
693 export type MemberName = Identifier | PrivateIdentifier;
[all …]
DtypescriptServices.d.ts187 Identifier = 79, enumerator
511 …taxKind | PseudoLiteralSyntaxKind | PunctuationSyntaxKind | SyntaxKind.Identifier | KeywordSyntaxK…
513 …EqualsToken | SyntaxKind.CommaToken | SyntaxKind.DotToken | SyntaxKind.Identifier | SyntaxKind.Bac…
673 export interface Identifier extends PrimaryExpression, Declaration { interface
674 readonly kind: SyntaxKind.Identifier;
683 export interface TransientIdentifier extends Identifier {
689 readonly right: Identifier;
691 export type EntityName = Identifier | QualifiedName;
692 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
693 export type MemberName = Identifier | PrivateIdentifier;
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts187 Identifier = 79, enumerator
511 …taxKind | PseudoLiteralSyntaxKind | PunctuationSyntaxKind | SyntaxKind.Identifier | KeywordSyntaxK…
513 …EqualsToken | SyntaxKind.CommaToken | SyntaxKind.DotToken | SyntaxKind.Identifier | SyntaxKind.Bac…
673 export interface Identifier extends PrimaryExpression, Declaration { interface
674 readonly kind: SyntaxKind.Identifier;
683 export interface TransientIdentifier extends Identifier {
689 readonly right: Identifier;
691 export type EntityName = Identifier | QualifiedName;
692 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
693 export type MemberName = Identifier | PrivateIdentifier;
[all …]

12345678910>>...76