Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/libabckit/tests/
DREADME.md7 ### test-kind tag
14 ### api tag
26 ### abc-kind tag
35 ### category tag
41 ### extension tag:
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_system_annotations_test.cpp34 …bool ValidateAnnotation(std::optional<std::vector<std::string>> &annotations, const std::string &a… in ValidateAnnotation()
58 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME… variable
76 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME… variable
/arkcompiler/ets_frontend/ets2panda/ir/
DannotationAllowed.h44 void SetAnnotations(ArenaVector<ir::AnnotationUsage *> &&annotations) in SetAnnotations()
57 explicit AnnotationAllowed(AstNodeType const type, ArenaVector<AnnotationUsage *> &&annotations) in AnnotationAllowed()
62 ArenaVector<AnnotationUsage *> &&annotations) in AnnotationAllowed()
85 void AddAnnotations(AnnotationUsage *const annotations) in AddAnnotations()
DjsDocAllowed.h68 ArenaVector<AnnotationUsage *> &&annotations) in JsDocAllowed()
74ArenaVector<AnnotationUsage *> &&annotations, ArenaVector<JsDocInfo> &&jsDocInformation) in JsDocAllowed()
/arkcompiler/runtime_core/docs/
Dassembly_format.md90 #### Standard metadata
97 #### Lonely metadata
112 #### Standard metadata
119 #### Lonely metadata
149 #### Java annotations
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserAnnotations.cpp33 auto annotations = ParseAnnotations(true); in ParseTopLevelAnnotation() local
239 ArenaVector<ir::AnnotationUsage *> annotations(Allocator()->Adapter()); in ParseAnnotations() local
262 … bool ApplyAnnotationsToNamespace(ir::ETSModule *ns, ArenaVector<ir::AnnotationUsage *> &annotatio… in ApplyAnnotationsToNamespace()
279 …TSParser::ApplyAnnotationsToNode(ir::AstNode *node, ArenaVector<ir::AnnotationUsage *> &&annotatio… in ApplyAnnotationsToNode()
300 …plyAnnotationsToSpecificNodeType(ir::AstNode *node, ArenaVector<ir::AnnotationUsage *> &&annotatio… in ApplyAnnotationsToSpecificNodeType()
440 ArenaVector<ir::AnnotationUsage *> annotations(Allocator()->Adapter()); in TryParseAnnotations() local
DETSparserStatements.cpp266 auto annotations = ParseAnnotations(false); in ParseAnnotationsInStatement() local
DETSparserClasses.cpp726 ArenaVector<ir::AnnotationUsage *> annotations(Allocator()->Adapter()); in ParseClassElement() local
749 …plyAnnotationsToClassElement(ir::AstNode *property, ArenaVector<ir::AnnotationUsage *> &&annotatio… in ApplyAnnotationsToClassElement()
1227 auto annotations = ParseAnnotations(false); in ParseAnnotationsInInterfaceBody() local
DETSparserTypes.cpp485 ArenaVector<ir::AnnotationUsage *> annotations {Allocator()->Adapter()}; in ParseTypeAnnotationNoPreferParam() local
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md90 #### Standard metadata
102 #### Lonely metadata
117 #### Standard metadata
127 #### Lonely metadata
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h36 ArenaVector<Annotation *> &&annotations, bool isAnnoDecl) in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_test_class_decl_annotation.cpp60 auto **annotations = impl->ClassDefinitionAnnotations(context, classDef, &n); in TestClassAnnotation() local
Dpugin_proceed_to_state_annotationUsage_source_range_access.cpp57 auto **annotations = impl->ClassDefinitionAnnotations(context, classDef, &n); in GetAnnotationUsage() local
Dplugin_proceed_to_state_test_annotation_change.cpp60 auto **annotations = impl->ScriptFunctionAnnotations(context, functionDecl, &n); in GetAnnotationUsage() local
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp127 auto annotations = found->second.metadata->GetAnnotations(); in CheckRecordAnnotations() local
148 auto annotations = found->second.metadata->GetAnnotations(); in CheckModuleAnnotation() local
196 auto annotations = found->second.metadata->GetAnnotations(); in CheckFunctionAnnotations() local
228 … auto annotations = found->second.params.at(paramIndex).GetOrCreateMetadata().GetAnnotations(); in CheckFunctionParameterAnnotations() local
263 auto annotations = result->metadata->GetAnnotations(); in CheckClassFieldAnnotations() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h46ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &&paramDecorators, in MethodDefinition()
136 void SetAnnotations(ArenaVector<Annotation *> &&annotations) in SetAnnotations()
/arkcompiler/ets_frontend/merge_abc/protos/
Dmeta.proto33 repeated AnnotationData annotations = 2; field
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.h200 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations()
206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations()
373 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector()
/arkcompiler/runtime_core/assembler/
Dmeta.h201 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations()
206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations()
420 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector()
/arkcompiler/runtime_core/abc2program/
Dabc_annotation_processor.cpp45 std::vector<pandasm::AnnotationData> annotations; in FillAnnotation() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeAliasDeclaration.h115 void SetAnnotations(ArenaVector<ir::AnnotationUsage *> &&annotations) in SetAnnotations()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp320 std::vector<pandasm::AnnotationData> annotations; in GenAnnotation() local
381 std::vector<pandasm::AnnotationData> annotations; in GenExternalRecord() local
566 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local
661 std::vector<pandasm::AnnotationData> annotations = GenAnnotations(classDef); in GenClassRecord() local
970 std::vector<pandasm::AnnotationData> annotations; in GenCustomAnnotations() local
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp192 auto annotations = decoratorsAndAnnotations.second; in ParseStatement() local
678ArenaVector<ir::Annotation *> &&annotations, bool isAbstract) in ParseClassStatement()
689ArenaVector<ir::Annotation *> &&annotations, bool isDeclare, in ParseClassDeclaration()
2477ArenaVector<ir::Annotation *> annotations, in ParseExportDefaultDeclaration()
2682ArenaVector<ir::Annotation *> &&annotations) in ParseNamedExportDeclaration()
2843 ArenaVector<ir::Annotation *> &&annotations) in ParseExportDeclaration()
DparserImpl.cpp2604ArenaVector<ir::Annotation *> &&annotations, bool isDeclare) in ParseClassMethod()
2682 …ArenaVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDec… in ParseClassProperty()
2871 ArenaVector<ir::Annotation *> annotations(Allocator()->Adapter()); in ParseDecoratorsAndAnnotations() local
2915 auto annotations = decoratorsAndAnnotations.second; in ParseClassElement() local
3108 ArenaVector<ir::Annotation *> annotations(Allocator()->Adapter()); in CreateImplicitMethod() local
3772 auto annotations = decoratorsAndAnnotations.second; in ParseFunctionParams() local

12