Searched defs:parentNode (Results 1 – 7 of 7) sorted by relevance
57 const parentNode: Node = decl.parent; constant
131 void Tree::AddVariableNode(TreeNode* parentNode, std::unique_ptr<PropertyDescriptor> descriptor) in AddVariableNode()139 void Tree::AddObjectNode(TreeNode* parentNode, std::unique_ptr<PropertyDescriptor> descriptor) in AddObjectNode()288 void VariableManager::AddVariableInfo(TreeNode *parentNode, std::unique_ptr<PropertyDescriptor> var… in AddVariableInfo()
154 const parentNode: ts.FunctionDeclaration = node.parent as ts.FunctionDeclaration; constant170 const parentNode: ts.FunctionDeclaration = node.parent as ts.FunctionDeclaration; constant186 const parentNode: ts.FunctionDeclaration = node.parent as ts.FunctionDeclaration; constant
294 public parentNode : Node; property in Node
1127 auto *parentNode = const_cast<panda::es2panda::ir::AstNode *>(ident->Parent()); in ReplaceConstReferenceWithInitialization() local
2705 const parentNode = node.parent; constant
7321 parentNode: null, property