Home | History | Annotate | Download | only in src

Lines Matching refs:child

77 	// Install a vector factory to create, track and free() any child
165 // whatever put it back on the stack (for instance if it had a child vector,
256 // First close the vector factory that supplied all the child pointer
370 /// Create a new vector for holding child nodes using the inbuilt
458 pANTLR3_BASE_TREE child;
460 child = (pANTLR3_BASE_TREE)tree->getChild(tree, 0);
461 return child->getLine(child);
478 pANTLR3_BASE_TREE child;
480 child = (pANTLR3_BASE_TREE)tree->getChild(tree, 0);
482 return child->getCharPositionInLine(child);
526 /** Clean up any child vector that the tree might have, so it can be reused,