HomeSort by relevance Sort by last modified time
    Searched refs:newFromTree (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 152 pANTLR3_BASE_TREE (*newFromTree) (struct ANTLR3_ARBORETUM_struct * factory, pANTLR3_COMMON_TREE tree);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 60 static pANTLR3_BASE_TREE newFromTree (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree);
98 factory->newFromTree = newFromTree;
213 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree)
404 return theOld->factory->newFromTree(theOld->factory, theOld);

Completed in 81 milliseconds