Home
last modified time | relevance | path

Searched defs:UpdateSelf (Results 1 - 25 of 138) sorted by relevance

123456

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DimportExpression.cpp50 void ImportExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportExpression
H A DclassExpression.cpp43 void ClassExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ClassExpression
H A DyieldExpression.cpp61 void YieldExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::YieldExpression
H A DtypeArgumentsExpression.cpp46 void TypeArgumentsExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TypeArgumentsExpression
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DexpressionStatement.cpp43 void ExpressionStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExpressionStatement
H A DemptyStatement.cpp36 void EmptyStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::EmptyStatement
H A DswitchCaseStatement.cpp46 void SwitchCaseStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::SwitchCaseStatement
H A DthrowStatement.cpp45 void ThrowStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ThrowStatement
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsImportType.cpp58 void TSImportType::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSImportType
H A DtsImportEqualsDeclaration.cpp45 void TSImportEqualsDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSImportEqualsDeclaration
H A DtsExternalModuleReference.cpp39 void TSExternalModuleReference::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSExternalModuleReference
H A DtsObjectKeyword.cpp42 void TSObjectKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSObjectKeyword
H A DtsNumberKeyword.cpp42 void TSNumberKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNumberKeyword
H A DtsNeverKeyword.cpp42 void TSNeverKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNeverKeyword
H A DtsNullKeyword.cpp42 void TSNullKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNullKeyword
H A DtsNonNullExpression.cpp42 void TSNonNullExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSNonNullExpression
H A DtsPropertySignature.cpp66 void TSPropertySignature::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSPropertySignature
H A DtsSatisfiesExpression.cpp44 void TSSatisfiesExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSSatisfiesExpression
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dannotation.cpp40 void Annotation::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::Annotation
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DtaggedLiteral.cpp40 void TaggedLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TaggedLiteral
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportNamedDeclaration.cpp68 void ExportNamedDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExportNamedDeclaration
H A DimportDeclaration.cpp53 void ImportDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportDeclaration
H A DimportNamespaceSpecifier.cpp40 void ImportNamespaceSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportNamespaceSpecifier
H A DexportSpecifier.cpp41 void ExportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExportSpecifier
H A DimportDefaultSpecifier.cpp40 void ImportDefaultSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportDefaultSpecifier

Completed in 6 milliseconds

123456