| /third_party/parse5/packages/parse5/lib/parser/ |
| D | formatting-element-list.test.ts | 7 function createToken(name: $): TagToken { function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
| D | BPFAsmParser.cpp | 196 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8053 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 8062 …createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method [all …]
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 930 export const createToken = Debug.deprecate(function createToken<TKind extends SyntaxKind>(kind: TKi… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3864 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 3873 …createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
|
| D | tsserverlibrary.d.ts | 7867 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 7876 …createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
|
| D | typingsInstaller.js | 13359 createToken, property 14285 function createToken(token) { function
|
| D | tsc.js | 18650 createToken, property 19576 function createToken(token) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3864 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 3873 …createToken<TKind extends SyntaxKind.Unknown | SyntaxKind.EndOfFileToken>(token: TKind): Token<TKi… method
|
| D | tsserverlibrary.d.ts | 7867 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 7876 …createToken<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/ |
| D | RISCVAsmParser.cpp | 658 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/ |
| D | SystemZAsmParser.cpp | 161 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken() function in __anon77bb6d0a0111::SystemZOperand
|