Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSemitter.cpp56 func->sourceFile = std::string {Cg()->VarBinder()->Program()->RelativeFilePath()}; in GenSourceFileDebugInfo()
DETSemitter.cpp183 func->sourceFile = std::string {Cg()->VarBinder()->Program()->RelativeFilePath()}; in GenSourceFileDebugInfo()
538 …rd.sourceFile = std::string {Context()->parserProgram->VarBinder()->Program()->RelativeFilePath()}; in GenInterfaceRecord()
623 …rd.sourceFile = std::string {Context()->parserProgram->VarBinder()->Program()->RelativeFilePath()}; in GenClassRecord()
867 …rd.sourceFile = std::string {Context()->parserProgram->VarBinder()->Program()->RelativeFilePath()}; in GenCustomAnnotationRecord()
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h166 util::StringView RelativeFilePath() const in RelativeFilePath() function
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp2303 savedRelativeFilePath_(parser_->GetProgram()->RelativeFilePath()) in InnerSourceParser()