Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp47 auto sourceFilePath = extractor.GetSourceFile(methods[0]); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h172 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()