| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserTemplates.h | 58 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression() 67 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Args &&..… in CreateFormattedStatements() 76 ir::Statement *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStatic, Args … in CreateFormattedClassDeclaration() 85 ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, ir::ClassDefinition *classDef… in CreateFormattedClassElement() 93 ir::AstNode *CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassFieldDefinition() 102 ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode… in CreateFormattedClassElement() 112 ir::AstNode *CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassMethodDefinition() 121 ir::Statement *CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) in CreateFormattedTopLevelStatement() 130 ir::TypeNode *CreateFormattedTypeAnnotation(std::string_view const sourceCode, Args &&...args) in CreateFormattedTypeAnnotation() 139 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement()
|
| D | ETSFormattedParser.cpp | 284 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement() 314 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression() 326 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement() 335 ir::TypeNode *ETSParser::CreateFormattedTypeAnnotation(std::string_view const sourceCode) in CreateFormattedTypeAnnotation() 345 ir::TypeNode *ETSParser::CreateFormattedTypeAnnotation(std::string_view const sourceCode, in CreateFormattedTypeAnnotation() 354 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements() 364 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements() 375 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition() 392 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition() 409 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement() [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/ut/transformer/ |
| D | VirtualConstructorTransfomer.spec.ts | 85 const sourceCode = `let a:number = 1;`; constant 93 const sourceCode = `let a:number = 1;`; constant 101 const sourceCode = `struct Demo{ };`; constant
|
| D | RenameFileNameTransformer.spec.ts | 187 const sourceCode = `let module = import('./test');`; constant 198 const sourceCode = `let module = import('@normalized:N&&&entry/src/main/ets/pages/test&');`; constant
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm_backed_debug_info_extractor.h | 39 std::string sourceCode; member
|
| D | disasm_backed_debug_info_extractor.cpp | 122 std::ostringstream sourceCode; in GetDisassembly() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | ambientLowering.cpp | 68 std::string sourceCode; in CreateMethodFunctionDefinition() local
|
| D | interfaceObjectLiteralLowering.cpp | 78 std::stringstream sourceCode; in CreateAnonClassField() local 102 std::stringstream sourceCode; in CreateAnonClassFieldGetterSetter() local
|
| D | genericBridgesLowering.cpp | 85 …auto const sourceCode = CreateMethodDefinitionString(classDefinition, baseSignature, derivedFuncti… in AddGenericBridge() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | rename.cpp | 137 auto sourceCode = program->SourceCode(); in GetTextOfNode() local 141 std::string GetSourceTextOfNodeFromSourceFile(util::StringView sourceCode, ir::AstNode *node) in GetSourceTextOfNodeFromSourceFile()
|
| D | isolated_declaration.cpp | 299 auto sourceCode = program->SourceCode().Utf8(); in GetTextChange() local
|
| D | completions.cpp | 168 size_t GetPrecedingTokenPosition(std::string sourceCode, size_t pos) in GetPrecedingTokenPosition() 824 std::string sourceCode(ctx->parserProgram->SourceCode()); in GetCompletionsAtPositionImpl() local
|
| D | internal_api.cpp | 364 void GetRangeOfCommentFromContext(std::string const &sourceCode, size_t leftPos, size_t rightPos, s… in GetRangeOfCommentFromContext() 432 std::string sourceCode(ctx->parserProgram->SourceCode()); in GetRangeOfEnclosingComment() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyFunction.proto | 68 bytes sourceCode = 8; field
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 248 static const std::string sourceCode = ""; in GetSourceCode() local 306 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
|
| D | debug_info_extractor.h | 233 std::string sourceCode; member
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 76 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local 203 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local
|
| D | debug_info_extractor.h | 101 std::string sourceCode; member
|
| D | debug_info_extractor.cpp | 259 …const char *sourceCode = handler.HasSourceCode() ? utf::Mutf8AsCString(handler.GetSourceCode()) : … in Extract() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 26 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 20 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
|
| /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/runtime_core/static_core/assembler/ |
| D | assembly-function.h | 89 std::string sourceCode; member
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 238 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 364 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
|