| /arkcompiler/runtime_core/libabckit/tests/ |
| D | README.md | 7 ### test-kind tag 14 ### api tag 26 ### abc-kind tag 35 ### category tag 41 ### extension tag:
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_system_annotations_test.cpp | 34 …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/ |
| D | annotationAllowed.h | 44 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()
|
| D | jsDocAllowed.h | 68 ArenaVector<AnnotationUsage *> &&annotations) in JsDocAllowed() 74 … ArenaVector<AnnotationUsage *> &&annotations, ArenaVector<JsDocInfo> &&jsDocInformation) in JsDocAllowed()
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 90 #### Standard metadata 97 #### Lonely metadata 112 #### Standard metadata 119 #### Lonely metadata 149 #### Java annotations
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserAnnotations.cpp | 33 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
|
| D | ETSparserStatements.cpp | 266 auto annotations = ParseAnnotations(false); in ParseAnnotationsInStatement() local
|
| D | ETSparserClasses.cpp | 726 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
|
| D | ETSparserTypes.cpp | 485 ArenaVector<ir::AnnotationUsage *> annotations {Allocator()->Adapter()}; in ParseTypeAnnotationNoPreferParam() local
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 90 #### Standard metadata 102 #### Lonely metadata 117 #### Standard metadata 127 #### Lonely metadata
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 36 ArenaVector<Annotation *> &&annotations, bool isAnnoDecl) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_test_class_decl_annotation.cpp | 60 auto **annotations = impl->ClassDefinitionAnnotations(context, classDef, &n); in TestClassAnnotation() local
|
| D | pugin_proceed_to_state_annotationUsage_source_range_access.cpp | 57 auto **annotations = impl->ClassDefinitionAnnotations(context, classDef, &n); in GetAnnotationUsage() local
|
| D | plugin_proceed_to_state_test_annotation_change.cpp | 60 auto **annotations = impl->ScriptFunctionAnnotations(context, functionDecl, &n); in GetAnnotationUsage() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | asm_test.cpp | 127 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/ |
| D | methodDefinition.h | 46 … ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &¶mDecorators, in MethodDefinition() 136 void SetAnnotations(ArenaVector<Annotation *> &&annotations) in SetAnnotations()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | meta.proto | 33 repeated AnnotationData annotations = 2; field
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.h | 200 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/ |
| D | meta.h | 201 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/ |
| D | abc_annotation_processor.cpp | 45 std::vector<pandasm::AnnotationData> annotations; in FillAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeAliasDeclaration.h | 115 void SetAnnotations(ArenaVector<ir::AnnotationUsage *> &&annotations) in SetAnnotations()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 320 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/ |
| D | metaProto.cpp | 133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 192 auto annotations = decoratorsAndAnnotations.second; in ParseStatement() local 678 … ArenaVector<ir::Annotation *> &&annotations, bool isAbstract) in ParseClassStatement() 689 … ArenaVector<ir::Annotation *> &&annotations, bool isDeclare, in ParseClassDeclaration() 2477 … ArenaVector<ir::Annotation *> annotations, in ParseExportDefaultDeclaration() 2682 … ArenaVector<ir::Annotation *> &&annotations) in ParseNamedExportDeclaration() 2843 ArenaVector<ir::Annotation *> &&annotations) in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2604 … ArenaVector<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
|