| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsModuleBlockBuilder.h | 40 auto node = AllocNode(std::move(statements_)); in Build() local
|
| H A D | tsNonNullExpressionBuilder.h | 37 auto node = AllocNode(expr_); in Build() local
|
| H A D | tsLiteralTypeBuilder.h | 37 auto node = AllocNode(literal_); in Build() local
|
| H A D | tsQualifiedNameBuilder.h | 43 auto node = AllocNode(left_, right_); in Build() local
|
| H A D | tsTupleTypeBuilder.h | 40 auto node = AllocNode(std::move(elementTypes_)); in Build() local
|
| H A D | tsParenthesizedTypeBuilder.h | 37 auto node = AllocNode(type_); in Build() local
|
| H A D | tsTypeAssertionBuilder.h | 43 auto node = AllocNode(typeAnnotation_, expression_); in Build() local
|
| H A D | tsTypeLiteralBuilder.h | 40 auto node = AllocNode(std::move(members_)); in Build() local
|
| H A D | tsTypeQueryBuilder.h | 37 auto node = AllocNode(exprName_); in Build() local
|
| H A D | tsTypeReferenceBuilder.h | 43 auto node = AllocNode(typeName_, typeParams_); in Build() local
|
| H A D | tsUnionTypeBuilder.h | 37 auto node = AllocNode(std::move(types_)); in Build() local
|
| H A D | typeofExpressionBuilder.h | 37 auto *node = AllocNode(argument_); in Build() local
|
| H A D | whileStatementBuilder.h | 43 auto node = AllocNode(test_, body_); in Build() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | etsWarningAnalyzer.h | 24 ETSWarningAnalyzer(const ir::AstNode *node, parser::Program *program, const ETSWarnings warning, bool etsWerror) in ETSWarningAnalyzer() argument [all...] |
| H A D | castingContext.h | 26 ir::Expression *node; member
|
| H A D | aliveAnalyzer.h | 37 AliveAnalyzer(const ir::AstNode *node, ETSChecker *checker) : BaseAnalyzer<PendingExit>(), checker_(checker) in AliveAnalyzer() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | asyncFunctionBuilder.cpp | 46 Prepare(const ir::ScriptFunction *node) Prepare() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkContext.cpp | 20 void CheckContext::AddCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::SourcePosition &from) in AddCheckMessage() argument
|
| /base/security/device_security_level/services/sa/lite/small/ |
| H A D | dslm_ipc_process.h | 28 ListNode node; member
|
| /base/startup/init/services/modules/init_hook/ |
| H A D | init_hook.h | 42 struct ListNode node;
member
|
| /base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
| H A D | hks_double_list_test.cpp | 64 struct DoubleList node = { 0 }; in HWTEST_F() local 79 struct DoubleList node = { 0 }; in HWTEST_F() local 94 struct DoubleList node = { 0 }; in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| H A D | custom_measure_layout_node.cpp | 23 auto node = MakeRefPtr<CustomMeasureLayoutNode>(nodeId, viewKey); in CreateCustomMeasureLayoutNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | view_stack_model_ng.h | 64 auto node = ViewStackProcessor::GetInstance()->Finish(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | picker_base_element.cpp | 54 auto node = accessibilityManager->GetAccessibilityNodeById(picker->GetPickerBaseId()); in PerformBuild() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_title_util.h | 81 static void SetInnerChildId(const RefPtr<FrameNode>& node, const std::string& field, const std::string& nodeTag, in SetInnerChildId() argument
|