Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_file_references_impl_test.cpp48 char const *searchFileName = filePaths[0].c_str(); in TEST_F() local
97 char const *searchFileName = filePaths[0].c_str(); in TEST_F() local
143 auto searchFileName = baseUrl + "/plugins/ets/stdlib/std/math/math.ets"; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp145 References GetFileReferencesImpl(es2panda_Context *referenceFileContext, char const *searchFileName, in GetFileReferencesImpl()