Home
last modified time | relevance | path

Searched refs:CanHaveDecorator (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DclassDeclaration.h54 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DfunctionDeclaration.h54 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DvariableDeclaration.h73 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassElement.h98 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DspreadElement.h71 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsStructDeclaration.h65 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.h94 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A Didentifier.h189 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DarrayExpression.h127 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportNamedDeclaration.h73 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsEnumDeclaration.h138 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DtsModuleDeclaration.h97 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DtsTypeAliasDeclaration.h93 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
H A DtsInterfaceDeclaration.h158 bool CanHaveDecorator([[maybe_unused]] bool inTs) const override
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNode.h281 virtual bool CanHaveDecorator([[maybe_unused]] bool inTs) const in CanHaveDecorator() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::AstNode
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp108 if (!node->CanHaveDecorator(false)) { in AddDecorators()
H A DTSparser.cpp175 if (!node->CanHaveDecorator(true)) { in AddDecorators()

Completed in 12 milliseconds