Lines Matching refs:nodeChild
98 ValueNodeChild* nodeChild = fValueNode->NodeChild(); in _ResolveNodeValue() local
99 BReference<ValueNodeChild> nodeChildReference(nodeChild); in _ResolveNodeValue()
101 ValueNode* parentNode = nodeChild->Parent(); in _ResolveNodeValue()
106 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeValue()
140 status_t error = _ResolveNodeChildLocation(nodeChild); in _ResolveNodeValue()
144 fValueNode, fValueNode->Name().String(), nodeChild); in _ResolveNodeValue()
151 VariableValueNodeChild*>(nodeChild); in _ResolveNodeValue()
185 ResolveValueNodeValueJob::_ResolveNodeChildLocation(ValueNodeChild* nodeChild) in _ResolveNodeChildLocation() argument
190 status_t error = nodeChild->ResolveLocation(&valueLoader, location); in _ResolveNodeChildLocation()
195 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeChildLocation()
197 nodeChild->SetLocation(location, error); in _ResolveNodeChildLocation()