Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLinterRunner.ts109 const srcFile = tsProgram.getSourceFile(inputFile); constant
141 for (const srcFile of srcFiles) { constant
233 const srcFile = program.getSourceFile(fileName); constant
DTypeScriptLinter.ts8497 const srcFile = decl.getSourceFile().fileName; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DIsStdLibrary.ts26 const srcFile = sym.declarations[0].getSourceFile(); constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_references.cpp94 …d::set<ark::es2panda::lsp::ReferencedNode> FindReferences(const ark::es2panda::SourceFile &srcFile, in FindReferences()
145 const ark::es2panda::SourceFile &srcFile, size_t position) in FindReferences()
Dapi.cpp264 const ark::es2panda::SourceFile &srcFile, size_t position) in FindReferencesWrapper()
284 …const std::vector<ark::es2panda::SourceFile> &srcFiles, const ark::es2panda::SourceFile &srcFile, … in FindRenameLocationsWrapper()
296 const ark::es2panda::SourceFile &srcFile, size_t position) in FindRenameLocationsWithCancellationWrapper()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp100 std::string srcFile; in PrintFrame() local
115 …void PrintFrame(const std::string &function, const std::string &srcFile, unsigned int line, std::o… in PrintFrame()
Ddebug_info.cpp343 bool DebugInfo::GetSrcLocation(uintptr_t pc, std::string *function, std::string *srcFile, uint32_t … in GetSrcLocation()
583 char *srcFile = nullptr; in GetSrcFileAndLine() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1937 const srcFile = objectLiteralExpr.getSourceFile(); constant
2070 const srcFile = objectLiteralExpr.getSourceFile(); constant
2385 const srcFile = typeLiteral.getSourceFile(); constant
2587 const srcFile = node.getSourceFile(); constant
4754 const srcFile = node.getSourceFile(); constant
4915 const srcFile = node.getSourceFile(); constant
4929 const srcFile = node.getSourceFile(); constant
4943 const srcFile = node.getSourceFile(); constant
4961 const srcFile = node.getSourceFile(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1699 const srcFile = sym.declarations[0].getSourceFile(); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp253 ArenaVector<ir::ETSImportDeclaration *> ETSParser::ParseDefaultSources(std::string_view srcFile, in ParseDefaultSources()