Searched defs:createNode (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 461 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) { in createNode() function 477 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode() function
|
/third_party/typescript/src/deprecatedCompat/4.0/ |
D | nodeFactoryTopLevelExports.ts | 1280 …export const createNode = Debug.deprecate(function createNode(kind: SyntaxKind, pos = 0, end = 0):… constant
|
/third_party/typescript/src/services/ |
D | services.ts | 5 …function createNode<TKind extends SyntaxKind>(kind: TKind, pos: number, end: number, parent: Node)… function
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
|
D | typescriptServices.d.ts | 8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
|
D | tsserverlibrary.d.ts | 12210 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
|
D | tsserverlibrary.d.ts | 12210 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
|