Home
last modified time | relevance | path

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/
DImmutableSet.h461 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/
DnodeFactoryTopLevelExports.ts1280 …export const createNode = Debug.deprecate(function createNode(kind: SyntaxKind, pos = 0, end = 0):… constant
/third_party/typescript/src/services/
Dservices.ts5 …function createNode<TKind extends SyntaxKind>(kind: TKind, pos: number, end: number, parent: Node)… function
/third_party/typescript/lib/
Dtypescript.d.ts8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
DtypescriptServices.d.ts8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
Dtsserverlibrary.d.ts12210 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8271 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant
Dtsserverlibrary.d.ts12210 const createNode: (kind: SyntaxKind, pos?: any, end?: any) => Node; constant