Home
last modified time | relevance | path

Searched defs:srcFile (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DIsStdLibrary.ts26 const srcFile = sym.declarations[0].getSourceFile(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLinterRunner.ts112 const srcFile = tsProgram.getSourceFile(inputFile); constant
144 for (const srcFile of srcFiles) { constant
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp125 std::string srcFile; in PrintFrame() local
140 …void PrintFrame(const std::string &function, const std::string &srcFile, unsigned int line, std::o… in PrintFrame()
Ddebug_info.cpp316 bool DebugInfo::GetSrcLocation(uintptr_t pc, std::string *function, std::string *srcFile, uint32_t … in GetSrcLocation()
556 char *srcFile = nullptr; in GetSrcFileAndLine() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1664 const srcFile = objectLiteralExpr.getSourceFile(); constant
1836 const srcFile = typeLiteral.getSourceFile(); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp156 ArenaVector<ir::ETSImportDeclaration *> ETSParser::ParseDefaultSources(std::string_view srcFile, in ParseDefaultSources()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1499 const srcFile = sym.declarations[0].getSourceFile(); constant