Home
last modified time | relevance | path

Searched defs:endNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp331 …eTracker::GetAdjustedRange(es2panda_Context *context, ir::AstNode *startNode, ir::AstNode *endNode) in GetAdjustedRange()
346 …geTracker::DeleteNodeRange(es2panda_Context *context, ir::AstNode *startNode, ir::AstNode *endNode) in DeleteNodeRange()
392 …eTracker::ReplaceNodeRange(es2panda_Context *context, ir::AstNode *startNode, ir::AstNode *endNode, in ReplaceNodeRange()
421 …:ReplaceNodeRangeWithNodes(es2panda_Context *context, ir::AstNode *startNode, ir::AstNode *endNode, in ReplaceNodeRangeWithNodes()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp315 size_t endNode = heapSnapshot.GetNodeCount(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2000 …ecker::FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir::AstNode *endNode) in FindAncestorGivenByType()