Home
last modified time | relevance | path

Searched defs:node (Results 226 - 250 of 8823) sorted by relevance

12345678910>>...353

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsModuleBlockBuilder.h40 auto node = AllocNode(std::move(statements_)); in Build() local
H A DtsNonNullExpressionBuilder.h37 auto node = AllocNode(expr_); in Build() local
H A DtsLiteralTypeBuilder.h37 auto node = AllocNode(literal_); in Build() local
H A DtsQualifiedNameBuilder.h43 auto node = AllocNode(left_, right_); in Build() local
H A DtsTupleTypeBuilder.h40 auto node = AllocNode(std::move(elementTypes_)); in Build() local
H A DtsParenthesizedTypeBuilder.h37 auto node = AllocNode(type_); in Build() local
H A DtsTypeAssertionBuilder.h43 auto node = AllocNode(typeAnnotation_, expression_); in Build() local
H A DtsTypeLiteralBuilder.h40 auto node = AllocNode(std::move(members_)); in Build() local
H A DtsTypeQueryBuilder.h37 auto node = AllocNode(exprName_); in Build() local
H A DtsTypeReferenceBuilder.h43 auto node = AllocNode(typeName_, typeParams_); in Build() local
H A DtsUnionTypeBuilder.h37 auto node = AllocNode(std::move(types_)); in Build() local
H A DtypeofExpressionBuilder.h37 auto *node = AllocNode(argument_); in Build() local
H A DwhileStatementBuilder.h43 auto node = AllocNode(test_, body_); in Build() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DetsWarningAnalyzer.h24 ETSWarningAnalyzer(const ir::AstNode *node, parser::Program *program, const ETSWarnings warning, bool etsWerror) in ETSWarningAnalyzer() argument
[all...]
H A DcastingContext.h26 ir::Expression *node; member
H A DaliveAnalyzer.h37 AliveAnalyzer(const ir::AstNode *node, ETSChecker *checker) : BaseAnalyzer<PendingExit>(), checker_(checker) in AliveAnalyzer() argument
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp46 Prepare(const ir::ScriptFunction *node) Prepare() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckContext.cpp20 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 Ddslm_ipc_process.h28 ListNode node; member
/base/startup/init/services/modules/init_hook/
H A Dinit_hook.h42 struct ListNode node; member
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_double_list_test.cpp64 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 Dcustom_measure_layout_node.cpp23 auto node = MakeRefPtr<CustomMeasureLayoutNode>(nodeId, viewKey); in CreateCustomMeasureLayoutNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h64 auto node = ViewStackProcessor::GetInstance()->Finish(); variable
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_element.cpp54 auto node = accessibilityManager->GetAccessibilityNodeById(picker->GetPickerBaseId()); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.h81 static void SetInnerChildId(const RefPtr<FrameNode>& node, const std::string& field, const std::string& nodeTag, in SetInnerChildId() argument

Completed in 6 milliseconds

12345678910>>...353