Home
last modified time | relevance | path

Searched defs:comments (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dtodo_comments_test.cpp48 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/
DArkIRNamespacePrinter.ts41 const comments = commentsMetadata.getComments(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceNamespace.ts54 const comments = commentsMetadata.getComments(); constant
DSourceField.ts44 const comments = commentsMetadata.getComments(); constant
DSourceClass.ts63 const comments = commentsMetadata.getComments(); constant
DSourceMethod.ts57 const comments = commentsMetadata.getComments(); constant
DSourceStmt.ts118 const comments = commentsMetadata.getComments(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkMetadata.ts56 private comments: CommentItem[] = []; property in CommentsMetadata
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/base/
DBasePrinter.ts51 const comments = commentsMetadata.getComments(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRUtils.ts68 const comments: CommentItem[] = []; constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1464 std::string comments; in EmitAsmLabel() local