Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_rename_locations.cpp34 … auto srcIt = std::find_if(files.begin(), files.end(), [&ref](const SourceFile &currentFile) { in FindRenameLocations()
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts601 const currentFile = queue.shift()!; constant