Home
last modified time | relevance | path

Searched defs:fileSource (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_auto_completion_test.cpp34 const char *fileSource = "import { PI } from \"std/math\""; in TEST_F() local
57 const char *fileSource = "import { COLLATION } from \"native/core\""; in TEST_F() local
128 const char *fileSource = "import { PI } from \"std/math\""; in TEST_F() local
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dsource_manager.cpp98 void SourceManager::SetFileSource(int scriptIdIndex, const std::string& fileSource) in SetFileSource()