Searched defs:srcFile (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | LinterRunner.ts | 109 const srcFile = tsProgram.getSourceFile(inputFile); constant 141 for (const srcFile of srcFiles) { constant 233 const srcFile = program.getSourceFile(fileName); constant
|
| D | TypeScriptLinter.ts | 8497 const srcFile = decl.getSourceFile().fileName; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | IsStdLibrary.ts | 26 const srcFile = sym.declarations[0].getSourceFile(); constant
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | find_references.cpp | 94 …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()
|
| D | api.cpp | 264 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/ |
| D | stacktrace.cpp | 100 std::string srcFile; in PrintFrame() local 115 …void PrintFrame(const std::string &function, const std::string &srcFile, unsigned int line, std::o… in PrintFrame()
|
| D | debug_info.cpp | 343 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/ |
| D | Autofixer.ts | 1937 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/ |
| D | TsUtils.ts | 1699 const srcFile = sym.declarations[0].getSourceFile(); constant
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 253 ArenaVector<ir::ETSImportDeclaration *> ETSParser::ParseDefaultSources(std::string_view srcFile, in ParseDefaultSources()
|