Searched defs:TypeNode (Results 1 – 13 of 13) sorted by relevance
422 …iptTarget: ScriptTarget, flags?: NodeBuilderFlags, tracker?: SymbolTracker): TypeNode | undefined { enumerator608 …ntext: TypeConstructionContext, enclosingDeclaration: ClassLikeDeclaration): TypeNode | undefined { enumerator
298 struct TypeNode : public Node { struct299 explicit TypeNode(NodeKind K) : Node(K) {} in TypeNode() argument312 struct PrimitiveTypeNode : public TypeNode { argument
269 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests() local385 TreeNode &TypeNode = addTypeNode(Entry, StringTable); in addEntry() local
298 auto *TypeNode = cast<MDNode>(getNode()->getOperand(OpIndex)); in getFieldType() local
904 const callTypeArguments: readonly TypeNode[] | undefined = typeParameters !== undefined constant
73 Type TypeNode(Node* node) { in TypeNode() function in v8::internal::compiler::Typer::Visitor
11778 VTSDNode *TypeNode = cast<VTSDNode>(V.getNode()->getOperand(1)); in checkValueWidth() local11787 VTSDNode *TypeNode = cast<VTSDNode>(V.getNode()->getOperand(1)); in checkValueWidth() local
908 export interface TypeNode extends Node { interface
31698 …const typeArgumentNodes: readonly TypeNode[] | undefined = callLikeExpressionMayHaveTypeArguments(… constant