| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.h | 71 …ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, std::string_view cons… in CreateFormattedExpression() 88 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements() 357 …ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, std::string_view const … in CreateFormattedStatement()
|
| D | ETSparser.cpp | 4959 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode, std::string_view const… in CreateStatement() 4984 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement() 4994 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode, in CreateStatements() 5005 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements() 5015 … *ETSParser::CreateMethodDefinition(ir::ModifierFlags modifiers, std::string_view const sourceCode, in CreateMethodDefinition() 5042 std::string_view const sourceCode, in CreateConstructorDefinition() 5074 ir::Expression *ETSParser::CreateExpression(std::string_view const sourceCode, ExpressionParseFlags… in CreateExpression() 5090 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression() 5108 …ser::CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode, in CreateTypeAnnotation()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm_backed_debug_info_extractor.h | 37 std::string sourceCode; member
|
| D | disasm_backed_debug_info_extractor.cpp | 125 std::ostringstream sourceCode; in GetDisassemblySourceName() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 110 … std::string sourceCode = utf::Mutf8AsCString(file_->GetStringData(sourceCodeId).data); in Scrap() local 218 … std::string sourceCode = utf::Mutf8AsCString(file_->GetStringData(sourceCodeId).data); in Emit() local
|
| D | debug_info_extractor.h | 85 std::string sourceCode; member
|
| D | debug_info_extractor.cpp | 243 const char *sourceCode = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
|
| D | file_items.cpp | 1508 …ineNumberProgramItem::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyFunction.proto | 68 bytes sourceCode = 8; field
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 250 static const std::string sourceCode = ""; in GetSourceCode() local 308 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
|
| D | debug_info_extractor.h | 233 std::string sourceCode; member
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.h | 128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 162 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | ts2panda.ts | 418 let sourceCode = undefined; variable
|
| D | pandagen.ts | 228 private sourceCode: string | undefined = undefined; property in PandaGen
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-function.h | 81 std::string sourceCode; member
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 345 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 942 std::string sourceCode; in DescriptionForFunction() local 956 std::string sourceCode; in DescriptionForGeneratorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2355 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local
|