Home
last modified time | relevance | path

Searched defs:transformationName (Results 1 - 25 of 155) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/ir/as/
H A DnamedType.cpp27 void NamedType::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DprefixAssertionExpression.cpp26 void PrefixAssertionExpression::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportNamedDeclaration.cpp25 void ExportNamedDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DimportDeclaration.cpp26 void ImportDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DexportSpecifier.cpp25 void ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DexportDefaultDeclaration.cpp25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DexportAllDeclaration.cpp25 void ExportAllDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DimportSpecifier.cpp25 void ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DassertStatement.cpp29 void AssertStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DbreakStatement.cpp26 void BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DdoWhileStatement.cpp29 void DoWhileStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DclassDeclaration.cpp25 void ClassDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DcontinueStatement.cpp25 void ContinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DdebuggerStatement.cpp25 TransformChildren([[maybe_unused]] const NodeTransformer &cb, [[maybe_unused]] std::string_view const transformationName) TransformChildren() argument
H A DfunctionDeclaration.cpp26 void FunctionDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DwhileStatement.cpp29 void WhileStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsImportEqualsDeclaration.cpp27 void TSImportEqualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DtsInterfaceHeritage.cpp25 void TSInterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DtsModuleBlock.cpp25 void TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
H A DtsParameterProperty.cpp26 void TSParameterProperty::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunctionSignature.cpp37 void FunctionSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DtsMethodSignature.cpp24 void TSMethodSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() argument
H A DtsSignatureDeclaration.cpp26 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DdummyNode.cpp26 TransformChildren([[maybe_unused]] const NodeTransformer &cb, [[maybe_unused]] std::string_view transformationName) TransformChildren() argument

Completed in 7 milliseconds

1234567