Searched refs:CreateFunctionDeclaration (Results 1 – 3 of 3) sorted by relevance
243 …es2panda_AstNode *(*CreateFunctionDeclaration)(es2panda_Context *context, es2panda_AstNode *functi… member
1373 extern "C" es2panda_AstNode *CreateFunctionDeclaration(es2panda_Context *context, es2panda_AstNode … in CreateFunctionDeclaration() function2493 CreateFunctionDeclaration,
70 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration() function1930 func_ = CreateFunctionDeclaration(funcProto, methodName, module); in LLVMIrConstructor()