Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.test.ts7 function createToken(name: $): TagToken { 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/compiler/
Dtypes.ts8053 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
8054 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
8055 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
8056 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
8057 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
8058 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
8059 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
8060 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
8061 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
8062createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
[all …]
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts930 export const createToken = Debug.deprecate(function createToken<TKind extends SyntaxKind>(kind: TKi… constant
/third_party/typescript/lib/
Dtypescript.d.ts3864 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3865 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3866 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3867 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3868 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3869 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3870 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3871 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3872 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3873createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
Dtsserverlibrary.d.ts7867 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
7868 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
7869 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
7870 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
7871 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
7872 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
7873 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
7874 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
7875 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
7876createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
DtypingsInstaller.js13359 createToken, property
14285 function createToken(token) { function
Dtsc.js18650 createToken, property
19576 function createToken(token) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3864 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
3865 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
3866 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
3867 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
3868 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
3869 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
3870 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
3871 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
3872 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
3873createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
Dtsserverlibrary.d.ts7867 createToken(token: SyntaxKind.SuperKeyword): SuperExpression; method
7868 createToken(token: SyntaxKind.ThisKeyword): ThisExpression; method
7869 createToken(token: SyntaxKind.NullKeyword): NullLiteral; method
7870 createToken(token: SyntaxKind.TrueKeyword): TrueLiteral; method
7871 createToken(token: SyntaxKind.FalseKeyword): FalseLiteral; method
7872 createToken<TKind extends PunctuationSyntaxKind>(token: TKind): PunctuationToken<TKind>; method
7873 createToken<TKind extends KeywordTypeSyntaxKind>(token: TKind): KeywordTypeNode<TKind>; method
7874 createToken<TKind extends ModifierSyntaxKind>(token: TKind): ModifierToken<TKind>; method
7875 createToken<TKind extends KeywordSyntaxKind>(token: TKind): KeywordToken<TKind>; method
7876createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
/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/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 __anon77bb6d0a0111::SystemZOperand