Home
last modified time | relevance | path

Searched defs:cb (Results 1 - 25 of 384) sorted by relevance

12345678910>>...16

/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.cpp19 void Statement::UpdateForMultipleTransformedStatements(const NodeUpdater &cb, in UpdateForMultipleTransformedStatements() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DloopStatement.cpp22 Statement *LoopStatement::UpdateChildStatement(const NodeUpdater &cb, in UpdateChildStatement() argument
/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
[all...]
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
/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 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in 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 void DummyNode::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() argument

Completed in 6 milliseconds

12345678910>>...16