Home
last modified time | relevance | path

Searched defs:annotationUsage (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_test_annotation_change.cpp67 static bool IsAnnotationUsageName(es2panda_Context *context, es2panda_AstNode *annotationUsage, in IsAnnotationUsageName()
85 auto *annotationUsage = GetAnnotationUsage(context, funcDecl); in ChangeAnnotationName() local
Dpugin_proceed_to_state_annotationUsage_source_range_access.cpp67 auto *annotationUsage = GetAnnotationUsage(context, classDel); in ValidateAnnotationSourceRange() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNullishTypes.cpp84 for (auto *annotationUsage : Annotations()) { in Clone() local
154 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsStringLiteralType.cpp84 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsNeverType.cpp84 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsPrimitiveType.cpp170 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsFunctionType.cpp157 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsUnionType.cpp129 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsTypeReference.cpp136 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsTuple.cpp166 for (auto *annotationUsage : Annotations()) { in Clone() local
DetsParameterExpression.cpp267 for (auto *annotationUsage : Annotations()) { in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsThisType.cpp91 for (auto *annotationUsage : Annotations()) { in Clone() local
DtsArrayType.cpp123 for (auto *annotationUsage : Annotations()) { in Clone() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserAnnotations.cpp421 auto *annotationUsage = AllocNode<ir::AnnotationUsage>(expr, std::move(properties)); in ParseAnnotationUsage() local
430 auto *annotationUsage = AllocNode<ir::AnnotationUsage>(expr, std::move(properties)); in ParseAnnotationUsage() local
DETSparserClasses.cpp763 for (auto *annotationUsage : annotations) { in ApplyAnnotationsToClassElement() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrowFunctionExpression.cpp106 for (auto *annotationUsage : Annotations()) { in Clone() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp88 for (auto *annotationUsage : varDecl->Annotations()) { in VisitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassProperty.cpp308 for (auto *annotationUsage : Annotations()) { in Clone() local
DscriptFunction.cpp79 for (auto *annotationUsage : Annotations()) { in Clone() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp156 for (auto *annotationUsage : field->Annotations()) { in GenerateGetterOrSetter() local
DrestTupleLowering.cpp270 for (auto *annotationUsage : scriptFunc->Annotations()) { in CreateNewScriptFunction() local