Searched refs:ExternalRuntimeDeclaration (Results 1 – 5 of 5) sorted by relevance
74 V(ExternalRuntimeDeclaration)690 struct ExternalRuntimeDeclaration : CallableNode { struct691 DEFINE_AST_NODE_LEAF_BOILERPLATE(ExternalRuntimeDeclaration)692 ExternalRuntimeDeclaration(SourcePosition pos, std::string name, in ExternalRuntimeDeclaration() argument
83 void Visit(ExternalRuntimeDeclaration* decl, const Signature& sig,
105 void Visit(ExternalRuntimeDeclaration* decl, const Signature& signature, in Visit()
424 ExternalRuntimeDeclaration* runtime = in MakeExternalRuntime()425 MakeNode<ExternalRuntimeDeclaration>(name, args, return_type); in MakeExternalRuntime()
113 void DeclarationVisitor::Visit(ExternalRuntimeDeclaration* decl, in Visit()