Searched defs:comments (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | todo_comments_test.cpp | 48 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 77 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 106 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 135 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 164 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 192 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 230 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 271 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 303 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local 330 auto comments = ark::es2panda::lsp::GetTodoCommentsImpl(ctx, descriptors, &cancellationToken); in TEST_F() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/ |
| D | ArkIRNamespacePrinter.ts | 41 const comments = commentsMetadata.getComments(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/ |
| D | SourceNamespace.ts | 54 const comments = commentsMetadata.getComments(); constant
|
| D | SourceField.ts | 44 const comments = commentsMetadata.getComments(); constant
|
| D | SourceClass.ts | 63 const comments = commentsMetadata.getComments(); constant
|
| D | SourceMethod.ts | 57 const comments = commentsMetadata.getComments(); constant
|
| D | SourceStmt.ts | 118 const comments = commentsMetadata.getComments(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/ |
| D | ArkMetadata.ts | 56 private comments: CommentItem[] = []; property in CommentsMetadata
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/base/ |
| D | BasePrinter.ts | 51 const comments = commentsMetadata.getComments(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | IRUtils.ts | 68 const comments: CommentItem[] = []; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1464 std::string comments; in EmitAsmLabel() local
|