Home
last modified time | relevance | path

Searched refs:CreateContext (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp428 static es2panda_Context *CreateContext(es2panda_Config *config, std::string const &&source, in CreateContext() function
489 return CreateContext(config, ss.str(), sourceFileName); in CreateContextFromFile()
495 return CreateContext(config, source, fileName); in CreateContextFromString()