| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_test_annotation_change.cpp | 67 static bool IsAnnotationUsageName(es2panda_Context *context, es2panda_AstNode *annotationUsage, in IsAnnotationUsageName() 85 auto *annotationUsage = GetAnnotationUsage(context, funcDecl); in ChangeAnnotationName() local
|
| D | pugin_proceed_to_state_annotationUsage_source_range_access.cpp | 67 auto *annotationUsage = GetAnnotationUsage(context, classDel); in ValidateAnnotationSourceRange() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNullishTypes.cpp | 84 for (auto *annotationUsage : Annotations()) { in Clone() local 154 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsStringLiteralType.cpp | 84 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsNeverType.cpp | 84 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsPrimitiveType.cpp | 170 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsFunctionType.cpp | 157 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsUnionType.cpp | 129 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsTypeReference.cpp | 136 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsTuple.cpp | 166 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | etsParameterExpression.cpp | 267 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsThisType.cpp | 91 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | tsArrayType.cpp | 123 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserAnnotations.cpp | 421 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
|
| D | ETSparserClasses.cpp | 763 for (auto *annotationUsage : annotations) { in ApplyAnnotationsToClassElement() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrowFunctionExpression.cpp | 106 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalDeclTransformer.cpp | 88 for (auto *annotationUsage : varDecl->Annotations()) { in VisitVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | classProperty.cpp | 308 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| D | scriptFunction.cpp | 79 for (auto *annotationUsage : Annotations()) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 156 for (auto *annotationUsage : field->Annotations()) { in GenerateGetterOrSetter() local
|
| D | restTupleLowering.cpp | 270 for (auto *annotationUsage : scriptFunc->Annotations()) { in CreateNewScriptFunction() local
|