Home
last modified time | relevance | path

Searched defs:createToken (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-profile/
Dindex.js258 function createToken (password, readonly, cidrs, opts) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp196 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts930 …export const createToken = Debug.deprecate(function createToken<TKind extends SyntaxKind>(kind: TK… constant
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3290 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3291 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3292 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3293 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3294 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3295 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3296 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3297 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3298 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3299createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
Dtypescript.d.ts3290 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3291 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3292 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3293 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3294 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3295 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3296 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3297 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3298 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3299createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
/third_party/typescript/lib/
Dtypescript.d.ts3214 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3215 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3216 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3217 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3218 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3219 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3220 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3221 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3222 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3223createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
Dtsserverlibrary.d.ts3214 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3215 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3216 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3217 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3218 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3219 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3220 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3221 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3222 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3223createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
DtypescriptServices.d.ts3214 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3215 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3216 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3217 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3218 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3219 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3220 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3221 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3222 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3223createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
DtypescriptServices.js20770 createToken: createToken, property
21502 function createToken(token) { function
153410 ts.createToken = ts.Debug.deprecate(function createToken(kind) { function
Dtypescript.js20770 createToken: createToken, property
21502 function createToken(token) { function
153410 ts.createToken = ts.Debug.deprecate(function createToken(kind) { function
DtypingsInstaller.js20565 createToken: createToken, property
21297 function createToken(token) { function
Dtsc.js16269 createToken: createToken, property
16957 function createToken(token) { function
Dtsserverlibrary.js20770 createToken: createToken, property
21502 function createToken(token) { function
163182 ts.createToken = ts.Debug.deprecate(function createToken(kind) { function
Dtsserver.js20576 createToken: createToken, property
21308 function createToken(token) { function
163178 ts.createToken = ts.Debug.deprecate(function createToken(kind) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp161 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken() function in __anonf1431f490111::SystemZOperand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp658 static std::unique_ptr<RISCVOperand> createToken(StringRef Str, SMLoc S, in createToken() function
/third_party/node/tools/
Dlint-md.mjs16256 const createToken = (name, value, isGlobal) => { function